A PowerScript variable can be declared as one of the following datatypes:
A standard datatype (such as an integer or string).
An object or control (such as a window or CommandButton).
An object or structure that you have defined (such as a window called mywindow). An object you have defined must be in a library on the application’s library search path when the script is compiled.