[color=#cc0066][font=Tahoma]Hi all,[/font][/color]
[color=#cc0066][font=Tahoma]I load some numbers from text file… the problem that flash is seeing these numbers as NaN and I want to make some calculations on them… how could I convert it to numbers… I try to write it as follows:[/font][/color]
[color=#cc0066][font=Tahoma]
[font=Tahoma][color=black]num1=parseInt( this.numtxt.text);[/color][/font]
[/font][/color]
[color=#cc0066][font=Tahoma]but it doesn’t work… [/font][/color]
[color=#cc0066][font=Tahoma]thanks in advance[/font][/color]