For cicle

[COLOR=#000000][FONT=Verdana]var i:int[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]for(i=0;i<500;i++)[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]{[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]var d*=0[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]}

Not works…

is there a way to create 500 variables named d1,d2,d3,d4…d500 with a “for” loop?[/FONT][/COLOR]