First method: QueryList class
Syntax
First()
Description
The First method returns the first QueryListValue object in the QueryList instance.
Parameters
None.
Returns
A reference to a QueryListValue object if successful, NULL otherwise.
Example
&MyListValue = &MyList.First();