Well, this is a problem that I have been always able to solve it in past with other programming languages…But not with Action Script 
I just want to load an external variable, from a text file, by calling the name of
a variable using another variable…
for example,text file contains
f1=ttt&
f2=yyy&
f3=uuu
etc…
I want to call these variables in this way:
after I used LoadVars.load…
for ([color=red]i[/color]=1;[color=red]i[/color]<5,[color=red]i[/color]++) {
text_holder.text=this.f[color=red]i[/color]
…
any ideas???
thanks in advance :puzzled: