|
-
May 24th, 2001, 10:22 AM
#1
Thread Starter
New Member
parsing a string?
Well I have a string (the lenght is not known)that contains commas (,). How can I parse this string and keep in variables the substrings between the commas?Meaning for example
123,1232,455,564,5466,456645,564565
andmake it
x=123
y=1232
z=455
f=564 and so long.....
I would appreciate every possible help.
thanks on advance
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
|