I store a value from a text file into a dynamic text field.
How do I obtained the value from the dynamic text field and assign it to a variable?
Daniel Portilla
1/27/2005 5:49:08 PM
Hello, you can asign this value directly to a variable if you fill the field "Var:" of the Properties window of the Dinamic text, and you put the name of the variable you want to store. "kimchg" <webforumsuser@macromedia.com> escribió en el mensaje news:ctb42j$60c$1@forums.macromedia.com... I store a value from a text file into a dynamic text field.
How do I obtained the value from the dynamic text field and assign it to a variable?
Thanks in advance.
kimchg
1/29/2005 4:42:36 AM
Daniel Portilla, I did what you suggest, assign the value directly to a variable by filling the field "Var:" of the Properties window of the Dinamic text. The value appear in the dynamic text field.
However, I wish to compare the value against the value that a user enter into a Input text field and the results is always false. It seems that the value for the dynamic field returns "null" or " " when i try to compare it or assign it to another variable