BASIC
ABORT
ASSIGNMENT
BOOLEAN
BRANCHING
COMPILE.TIME
CONSTANT
DIMENSION
DYNAMIC
EQUATE
EXECUTE
IO
MATH
STRING
SYSTEM
TABLE
TAPE
TBD
TRANSFORM
|
BASIC CODE: CURSOR |
Cursor managment example. |
|
|
Code Example |
|
crt @(-1): |
crt @(10,2):"1. Name": |
crt @(10,3):"2. Street Address": |
crt @(10,4):"3. City": |
crt @(10,5):"4. State": |
crt @(10,6):"5. Postal Code": |
crt @(10,7):"6. Country": |
for SCNT = 1 to 6 |
crt @(25,SCNT+1):str("X",50) |
next SCNT |
|
Synonyms |
| See also |
@
| CRT
| DISPLAY
| PRINT
|
Categories |
ALL
| IO
|
More Details or Suggestions?
|
Updated from a Post-Relational data table on 10:18:38 23 Apr 2010
Courtesy of Key Ally, Inc.
General Automation is a Trademark of Tiger Logic
|
|
|