Display, List
This form of DISPLAY and LIST shows data from the table open in the current work area.
Usage |
DISPLAY | LIST [ FIELDS ] uExpressionList [ Scope ] [ FOR lForExpression ] [ WHILE lWhileExpression ] [ OFF ] [ TO PRINT [ PROMPT ] | TO [ FILE ] cFileName ] [ NOCONSOLE ] [ NOOPTIMIZE ] |
Example |
USE Customer DISPLAY Customer_Id, Company_Name LIST Customer_Id, Company_Name TO PRINT OFF |
See Also |