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).
A named constant is a programming object defined in the Object Dictionary for the application. The constant’s value is part of its definition.
By using named constants in place of literal constants in application programs, you ensure that a constant’s value can be quickly, easily, and universally changed, if necessary.
The Alt+F6 keystroke combination cycles the user through all available windows if the current window is not modal. Its effect is similar to clicking the mouse to make a non-current window current.
The Ctrl+F6 keystroke combination cycles through all available sibling windows of a child window.
Within a quoted character string, a backslash immediately followed by two characters that are either digits from 0 to 9 or letters from A(a) to F(f) are treated as a hex code. The text string containing the hex code must be enclosed in quotation marks.
Example of Using Hex Codes
set output printer
output “