Page 1 of 1

Storing object properties

Posted: Tue Sep 05, 2006 1:36 pm
by pjbrennan
I was wondering if it is possible to store a object propery value in a variable? For example, which Item a ComboBox is on.

-Patrick Brennan

Posted: Tue Sep 05, 2006 4:23 pm
by MichaelNesmith
Absolutely, its very easy to do this. Just double-click the control in the dialog editor, and assign it to a variable in the script (be sure to initialize the variable in the script before calling the dialog using Set Variable).