[Next] [Up] [Previous]

The FETCH Statement

The FETCH statement has the form:

       FETCH device:index;modifier,modifier...;item:name,item:name,...

and reads the data in field (name) into the variable (item) from record (index) of (device). Where name is omitted, the variable name that is the item parameter is used as the field name. Name is in the form of a character constant: that is, unlike item, it is in quotes.


[Next] [Up] [Previous]