in reply to Re: How to split a string
in thread How to split a string
Is there a way in a-future-language to slice a string (say '1029') into serialized variables and end up with
f_zero = 1; f_one = 0; f_two = 2; f_three = 9;
*grin*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to split a string
by Aristotle (Chancellor) on Jan 28, 2005 at 21:03 UTC | |
by ambrus (Abbot) on Jan 28, 2005 at 21:20 UTC | |
by Aristotle (Chancellor) on Jan 28, 2005 at 21:39 UTC |