use a special character to separate each cell, in your example, the comma.
when you are saving your text, just stick the comma in between, then returns after each array. you could then use regular expressions to rebuild the arrays.
it would be better to use something other then a comma to break up the test though. maybe like a pipe or a tilda, things that are not used much.
this is not the most efficient way, but it is the easiest to understand.
__________________
Donate Blood!
"Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen
|