home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / DBRIEF.ZIP / COMMENTS.CFG < prev    next >
Encoding:
Text File  |  1991-03-21  |  1.1 KB  |  44 lines

  1. * all dialects *
  2. 00 ELSE     otherwise...
  3.  
  4. * clipper *
  5. 01 ERAS      delete file from disk
  6. 01 SAVE      save memory variables
  7. 01 DELE      delete current record
  8. 01 EDIT      edit current record
  9. 01 PACK      pack data base
  10. 01 READ      read current gets
  11. 01 RECA      recall current record
  12. 01 REIN      rebuild index file
  13. 01 WAIT      wait for one character
  14. 01 CANC      cancel program execution
  15. 01 EXIT      terminate current loop
  16. 01 LOOP      top of loop
  17. 01 INDE      create index
  18. 01 CLEA      clear terminal screen
  19. 01 QUIT      close all files and exit to DOS
  20. 01 EJEC      printer form feed
  21. 01 RETU      return to calling program
  22. 01 RETR      return to calling program and reexecute
  23. 01 PUBL      define public variables
  24. 01 PRIV      define private variables
  25. 01 INPU      prompt for expression
  26. 01 ACCE      prompt for string
  27. 01 OTHE      otherwise...
  28. 01 DECL      declare array
  29. 01 KEYB      stuff keyboard buffer
  30. 01 MENU      pop menu
  31. 01 UNLO      unlock record/file
  32. 01 SCOL        change color
  33. 01 CALL        release all memvars, select area 1
  34. 01 CMEM        release all memory variables and arrays
  35.  
  36. * dbase4 *
  37. 04 ERAS      remove a file from disk
  38. 04 SAVE      save memory variables
  39. 04 DELE      delete current record
  40.  
  41. * eof *
  42.  
  43.  
  44.