M
mooza_2000
Guest
i have an input text field with variable one_input
and another text field with variable one_output
and a button with the following action script
on(release){
one_output = one_input / 2
}
and the result was NaN ...... whyyyyy
and what is the solution ?
and another text field with variable one_output
and a button with the following action script
on(release){
one_output = one_input / 2
}
and the result was NaN ...... whyyyyy
