Length of the form elements
#Include <FF.au3>
_FFFormGetElementsLength([$vForm = 0[, $sMode = "index"]])
Parameters
$vForm | Index (0-n), name or ID of the form. | ||||||||
$sMode |
|
||||||||
|
Return Value
Success: | Returns int >= 0 |
Failure: | Returns 0 and sets @ERROR |
@ERROR: | 0 ($_FF_ERROR_Success) 3 ($_FF_ERROR_InvalidDataType) 4 ($_FF_ERROR_InvalidValue) 8 ($_FF_ERROR_NoMatch) |
Remarks
Related
_FFGetLength
Example