home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / jul94 / eafig01b.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  24.8 KB  |  512x320  |  8-bit (255 colors)
   ocr: spdxtoolswwaitcomuxualt35.sC Editor Ins COEDIT "CUSTOMER" PICKFORM 1 WHILE True HAIT TABLE PROMPT "Editing the Customer Table.", "Press F2 to save changes. Ctrl-U to undo last change. : UNTIL "F2","UNDO","DOS", "DOSBIG" SWITCH CASE Retval == "F2": DO_IT! QUITLOOP CASE Retval = "UNDO": UNDO LOOP CASE Retval == "DOS" OR Retval == "DOSBIG": MESSAGE "Cannot shell out to DOS" LOOP ENDSWITCH ENDUHILE CLEARALL