Function GetListPos() Foundation

Returns the position of the active Get object within the GetList array.

Syntax
GetListPos() --> nGetPos
Return

The return value of GetListPos() is a numeric value which identifies the Get object that has input focus within the active GetList array. If ReadModal() is not active when the function is called, the return value is 0.

Description

Besides GetList(), the function GetListPos() offers an alternative method for retrieving information during data input about the active GetList array. It returns the same value as the expression AScan( GetList(), GetActive() ).

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.