This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Split a string into many string!
#1
Heart 
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.
Reply


Messages In This Thread
Split a string into many string! - by phongvucba - 01.12.2017, 01:38

Forum Jump: