PDA

View Full Version : Display variable in text field


jbean
09-20-2002, 01:45 PM
a

sfa
09-20-2002, 02:28 PM
The dynamic text box just displays the variable it is assigned to automatically. Either assign you textbox to the variable test or if it is assigned to another variable (ex. tes2) just have

test2 = test;


SFA

jbean
09-20-2002, 03:51 PM
Thanks. I now understand.