Show() 函数
- Last UpdatedFeb 05, 2018
- 1 minute read
在缺省位置上打开 InTouch 窗口。
语法
Show windowname
参数
windowname
要打开的窗口的名称。字符串值、消息标记名或字符串表达式。
示例
此脚本打开窗口 Main。
Show "Main";
此脚本打开使用 wname 消息标记中所存储的名称的窗口。
Show wname;
在缺省位置上打开 InTouch 窗口。
Show windowname
windowname
要打开的窗口的名称。字符串值、消息标记名或字符串表达式。
此脚本打开窗口 Main。
Show "Main";
此脚本打开使用 wname 消息标记中所存储的名称的窗口。
Show wname;