BASIC
ABORT
ASSIGNMENT
BOOLEAN
BRANCHING
COMPILE.TIME
CONSTANT
DIMENSION
DYNAMIC
EQUATE
EXECUTE
IO
MATH
STRING
SYSTEM
TABLE
TAPE
TBD
TRANSFORM
|
BASIC CMD: DELETE |
There are two delete commands. Both are explained here. |
|
|
format: DELETE Table Handle, Parameter
|
Options |
Notes |
Result |
Code Examples |
| DELETE CUSTOMER.FILE, CUSTOMER.ID |
Record Delete |
|
|
|
|
format: Receiving Variable = DELETE(Dynamic Array,Numeric)
|
Options |
Notes |
Result |
Code Examples |
| CUSTOMER.REC = DELETE(CUSTOMER.REC,17,1) |
Value Delete |
|
|
|
|
format: Receiving Variable = DELETE(Dynamic Array,Numeric,Numeric)
|
|
|
format: Receiving Variable = DELETE(Dynamic Array,Numeric,Numeric,Numeric)
|
|
|
|
Synonyms |
| See also |
| Categories |
ALL
| IO
| TABLE
| DYNAMIC
|
More Details or Suggestions?
|
Updated from a Post-Relational data table on 10:18:35 23 Apr 2010
Courtesy of Key Ally, Inc.
General Automation is a Trademark of Tiger Logic
|
|
|