Re: [Flashcoders] Loop thru LoadVars in the good sense

2005-11-14 Thread Robert Wąs
I you have order and i think the same length. Simpler - ?variables=1,2,3 var lv:loadVars //etc var orderedVars=lv.variables.split(",") Robert Wąs Flapflap wrote: Hi there, If I got a file with this kind of data : &a=1 & &b=2 & &c=3 & and I load it into a LoadVars object. How can I loop so m

[Flashcoders] Loop thru LoadVars in the good sense

2005-11-14 Thread Flapflap
Hi there, If I got a file with this kind of data : &a=1 & &b=2 & &c=3 & and I load it into a LoadVars object. How can I loop so my vars are taken in the same order in my file ? (Start by "a", and "b", etc...) Thanks... -- Flapflap[at]sans-facon.net -- DevBlog : http://www.kilooctet.net _