|
-
Jul 20th, 2010, 02:50 PM
#1
Thread Starter
Member
[RESOLVED] string into array based on length
Hi can anyone tell me how to split a string into an array based on it's length?
Say if I want the length to be 350 then every 350 chars in a textbox will be split into an array like
splittext(0) = First 350 chars
splittext(1) = Second 350 chars
splittext(2) = Third 350 chars or any chars under 350
etcetc
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|