home *** CD-ROM | disk | FTP | other *** search
- * all dialects *
- 00 ELSE otherwise...
-
- * clipper *
- 01 ERAS delete file from disk
- 01 SAVE save memory variables
- 01 DELE delete current record
- 01 EDIT edit current record
- 01 PACK pack data base
- 01 READ read current gets
- 01 RECA recall current record
- 01 REIN rebuild index file
- 01 WAIT wait for one character
- 01 CANC cancel program execution
- 01 EXIT terminate current loop
- 01 LOOP top of loop
- 01 INDE create index
- 01 CLEA clear terminal screen
- 01 QUIT close all files and exit to DOS
- 01 EJEC printer form feed
- 01 RETU return to calling program
- 01 RETR return to calling program and reexecute
- 01 PUBL define public variables
- 01 PRIV define private variables
- 01 INPU prompt for expression
- 01 ACCE prompt for string
- 01 OTHE otherwise...
- 01 DECL declare array
- 01 KEYB stuff keyboard buffer
- 01 MENU pop menu
- 01 UNLO unlock record/file
- 01 SCOL change color
- 01 CALL release all memvars, select area 1
- 01 CMEM release all memory variables and arrays
-
- * dbase4 *
- 04 ERAS remove a file from disk
- 04 SAVE save memory variables
- 04 DELE delete current record
-
- * eof *
-
-