Bring window instance to front

Command group Flag affected Reversible Execute on client Platform(s)
Windows NO NO NO All

Syntax

Bring window instance to front window-instance-name

Description

Example

# Bring the window instance wMyWindow
# to the front if it is already open
Test for window open {wMyWindow}
If flag true
  Bring window instance to front wMyWindow
Else
  Open window instance wMyWindow
End If