Given a variable like this, where the first line is "headers":

name  [tab]  color  [tab]  food
Trevor  [tab]  green  [tab]  salad
Sarah  [tab]  blue  [tab]  pizza
Richard  [tab]  orange  [tab]  burgers
David  [tab]  purple  [tab]  fruit

What is the best way to turn this into an array, where the array keys are the 
first line of the variable?

I have tried various forms of "split by" ""split using" and ""split with" but 
haven't found the right formula. Personally I find the documentation on the 
various forms of the "split" and "combine" commands a bit scant.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to