Thread
:
trying to strip formatting from input text field
View Single Post
Nutrox
17 Creative Assets
2009-06-28 #
6
Quote:
Originally Posted by
greebzilla
trace( typeof chart_comp_hist); returns string
....
I create a text input box, then under the Var field in properties subwindow, gave it the name chart_comp_hist.
Ok, that is the problem. Instead of giving the text field the variable name "chart_comp_hist" give it the instance name "chart_comp_hist", the chart_comp_hist variable in the code will then reference the actual text field and not the text field content (which is what it is doing at the moment).
Nutrox
View Public Profile
Visit Nutrox's homepage!
Find all posts by Nutrox