I try to use for to fill different var, but it doesnt work

for (var i:Number = 1; i<=7; i++) {
     var ["s"+i]:Number = flashSQL.MoveNext["var8"+i];
     this["rec"+i].text = Number(["s"+i]);
}

Var make errors , do you see why ?

Thank you
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to