Go to Contents
Previous
Page
Next
Page
Contents > Glossary > Variable

Variable
In a calculation, a symbol or name that represents a value. Use the Set Variable script step to specify the name, value, and repetition of the variable. Names prefixed by $ are local variables available only within the current script. Prefix the name with $$ to make the variable available throughout the current file (global). Local and global variables can have the same name but they are treated as different variables.

Note: To return to the last page you viewed, click the Back button on the toolbar above.

Contents > Glossary > Variable
Previous
Page
Next
Page