home *** CD-ROM | disk | FTP | other *** search
- CLEAR
- @ 01,01 SAY "Demonstrating a Miscellaneous Error - ERRDEMO3.PRG"
- @ 03,05 say "Code is: USE DEMODBF"
- @ 04,05 say " REPLACE C_FIELD WITH 1 (C_FIELD is character type)"
- @ 06,01 SAY "Note: press any key to begin"
-
- INKEY(0)
-
- USE DEMODBF
- REPLACE C_FIELD WITH 1
-
- QUIT