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