Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : CLIPQMAC.ZIP
Filename : CLIP.DOC
Output of file : CLIP.DOC contained in archive : CLIPQMAC.ZIP
*author Charles Burfoot
*created Thu 08-08-89
*modified Sat 08-12-1989
*purpose clipper & dbxl & QSilver macro file for Qedit
*notes compile with QMAC.EXE
* set AutoIndent ON; WordWrap OFF; Tabs set to 4
* Function Keys are for Compiler and File functions
*
* Macro which at startup with the "qed whatever.ext -ec:\autil\misc\c.doc"
* will load me with ega 43 line mode and put up the pick screen
^f1 macrobegin toggleEGA43 file "*.prg" return
*
* Macro to run clp.bat with command line parameters
f5 macro_begin savefile dos "clp " currentfilename backspace backspace backspace backspace pause return return horizontalwindow editfile "errors.lst" return prevwindow
*
* Macro to run custom make with name of currentfile ".mak" files
*#f5
*
* Macro to check for errors and jump to the error line in the current window
f7 macrobegin nextwindow find "line " return return wordright markword copy prevwindow gotoline paste return
*
* Macro to check for reported linker errors
^f7 macrobegin nextwindow find "LINK : " return return prevwindow
*
* Macro to RUN file based on currentfilename with prompting for parameters
*^f9
*
* Macro to delete file(s) based on currentfilename with prompting
@f9 macro_begin dos "del " currentfilename backspace backspace backspace pause return return
*
*
* Insertion for comments
^[ Macrobegin Endline Goto_Column "45" Return "&&" CursorRight
^] Macrobegin CursorDown Goto_Column "45" Return "&&" CursorRight
*
*
* NOTE: Keywords shortened to 4 characters
*ALT-1 header block and identification - Quick and saves time
@1 MacroBegin "*FILE" Return "*author Chuck Burfoot" Return &
"*created " InsertDate Return "*modified" Return "*purpose" Return Return &
Return "*--
*ALT-2 initilization block
*@2
*ALT-3 procedure block
*@3
*ALT-4 say/get/read block
*@4
*ALT-5 do case/case/endcase block
*@5
*ALT-6 do while/enddo block
*@6
*ALT-7 FOR ... NEXT block
*@7
*ALT-8 if/else/endif block
*@8
*ALT-9 function block
*@9
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/