Function GetList() Foundation

Returns a reference to the GetList array being used by ReadModal().

Syntax
GetList() --> activeGetList
Return

The return value of GetList() is a reference to the GetList array being used by the function ReadModal(). If ReadModal() is not active when the function is called, an empty array is returned.

Description

The command @...GET causes Get objects to be stored in the array GetList. With nested READ commands, several copies of the GetList arrays exist. By calling GetList(), a reference of the active array can be obtained.

If a local GetList array does not exist when Get objects are created by the command @...GET , the Get objects are attached to the PUBLIC GetList array.

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.