EACH

Top  Previous  Next

Syntax
 

FOR pData = EACH pList {AS type}

Description

Reserved word. Used in a FOR/EACH loop

Parameters

None

Return value

None

Remarks

See Also: FOR

Example usage

FOR mydata = EACH mylist AS STRING
    PRINT #mydata
NEXT