FocusEx Example

 

This example will focus a window that has a window title beginning with the text ôNoteö.

 

Sub Main

 'This script will focus the Notepad window

 'using the AutoMateÖ Focus Action, note that

 'only a partial title was specified

 Action.FocusEx("Note", "0", "")

End Sub