Function Reference
AutoItWinGetTitle
Retrieves the title of the AutoIt window.
Parameters
None.
Return Value
Returns a string containing the title of the AutoIt window.
Remarks
None.
Related
AutoItWinSetTitle, WinGetTitle
Example
Local $a = AutoItWinGetTitle()