Show() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Opens an InTouch window at its default position.
Syntax
Show windowname
Parameters
windowname
The name of the window to be opened. A literal string value, message tagname, or string expression.
Example(s)
This script opens the window Main.
Show "Main";
This script opens the window with the name that is stored in the wname message tag.
Show wname;