Is there a way to split a string every 30 characters and store them in smaller strings without looking for a token?
candoc 0 Newbie Poster
Recommended Answers
Jump to Post>Is there a way
Yup, there sure is. It's even easier than looking for tokens because you only need to keep a character count (and look for the end of the string, but that goes without saying).
All 4 Replies
Narue 5,707 Bad Cop Team Colleague
candoc 0 Newbie Poster
Narue 5,707 Bad Cop Team Colleague
jephthah 1,888 Posting Maven
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.