How To Use Variables
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
How To Use Variables
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
A variable is a programming object defined in the Object Dictionary for the application.
Variables are used to store values temporarily during an application session.
A variable is assigned a size and a data type in its definition, but until assigned a value during an application session, the variable is valueless (that is, $Null).
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5