Checks if a tab exists
#Include <FF.au3>
_FFTabExists($sLabel)
Parameters
$sLabel | Label (RegExp) of the tab. |
Return Value
Success: | Returns 1 |
@EXTENDED: | Index of the tab |
Failure: | Returns 0 and sets @ERROR |
@ERROR: |
0 ($_FF_ERROR_Success) 1 ($_FF_ERROR_GeneralError) 8 ($_FF_ERROR_NoMatch) |
Remarks
Related
_FFTabAdd, _FFTabDuplicate, _FFTabClose, _FFTabCloseAll, _FFTabSetSelected, _FFTabGetSelected
Example