01.12.2017, 01:38
Please help me, if anybody can do!
I have a any string "abcd12345678901234567". Now I want to split the strings into two strings:
- The first string from the first letter to the 14th character. "abcd1234567890"
- The last string is from the 15th character to the end of the string. "1234567".
- Count the number of characters in the string "abcd12345678901234567". Because this string is always changing. so I need the last string to get the correct value ending.
Who can help me? thank you very much.
I have a any string "abcd12345678901234567". Now I want to split the strings into two strings:
- The first string from the first letter to the 14th character. "abcd1234567890"
- The last string is from the 15th character to the end of the string. "1234567".
- Count the number of characters in the string "abcd12345678901234567". Because this string is always changing. so I need the last string to get the correct value ending.
Who can help me? thank you very much.