Hide() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Hides (closes) an InTouch window.
Syntax
Hide windowname;
Parameters
windowname
The name of the window to be hidden. A literal string value, message tagname, or string expression.
Example(s)
This script hides the window called UserConfirmation.
Hide "UserConfirmation";