home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / DMSERROR.ZIP / ERRDEMO3.PRG < prev    next >
Encoding:
Text File  |  1988-09-17  |  290 b   |  12 lines

  1. CLEAR
  2. @ 01,01 SAY "Demonstrating a Miscellaneous Error - ERRDEMO3.PRG"
  3. @ 03,05 say "Code is: USE DEMODBF"
  4. @ 04,05 say "         REPLACE C_FIELD WITH 1      (C_FIELD is character type)"
  5. @ 06,01 SAY "Note: press any key to begin"
  6.  
  7. INKEY(0)
  8.  
  9. USE DEMODBF
  10. REPLACE C_FIELD WITH 1
  11.  
  12. QUIT