Working with variables in scripts

A variable is a convenient placeholder that allows you to store a value that may change during the time your script is running. For example, you may wish to create a variable addedListItems to keep track of the number of list items you have dynamically added to a ComboBox control.

See Also

Working with controls in scripts | Working with arrays and dictionaries in scripts


© 2004-2021 looksoftware. All rights reserved.