BASIC
ABORT
ASSIGNMENT
BOOLEAN
BRANCHING
COMPILE.TIME
CONSTANT
DIMENSION
DYNAMIC
EQUATE
EXECUTE
IO
MATH
STRING
SYSTEM
TABLE
TAPE
TBD
TRANSFORM
|
BASIC CMD: READ |
Retrieves a record from the file and based on the record id |
READ {{rv}} FROM <file handle>, <record id> THENü<then clause>üEND ELSEü<else clause>üEND |
|
format: The read command is a critical part of the input system.
|
Options |
Notes |
Result |
Code Examples |
| READ CUSTOMER.REC FROM CUSTOMER.FILE, CUSTOMER.ID THEN ... |
Read a Customer record |
No Options |
|
|
|
|
Synonyms |
| See also |
READU
| READVU
| READVU
|
Categories |
ALL
| TABLE
| IO
|
More Details or Suggestions?
|
Updated from a Post-Relational data table on 10:18:37 23 Apr 2010
Courtesy of Key Ally, Inc.
General Automation is a Trademark of Tiger Logic
|
|
|