Retrieving values from a string
Posted: Wed Sep 05, 2007 3:51 am
Hi,
I have a string that contains values seperated by commas.
I don't know how many values will be in the string at any one time.
I want to be able to extract each value individually so that I can do something with them.
A text field will be used inside of a form to retrieve the input values. I am keen to use an array I'm just a little bit rusty with string manipulation.
How would one go about doing this?
I have a string that contains values seperated by commas.
I don't know how many values will be in the string at any one time.
I want to be able to extract each value individually so that I can do something with them.
A text field will be used inside of a form to retrieve the input values. I am keen to use an array I'm just a little bit rusty with string manipulation.
How would one go about doing this?