EACH
Syntax
FOR pData = EACH pList {AS type}
Description
Reserved word. Used in a FOR/EACH loop
Parameters
None
Return value
Remarks
See Also: FOR
Example usage
FOR mydata = EACH mylist AS STRING PRINT #mydata NEXT