home *** CD-ROM | disk | FTP | other *** search
- * All rights reserved
- * Load ascii table file
- * By Timo Salmi Thu 26-Dec-91
- *
- * To compile this simple macro apply QMAC ASCII.MAC ASCII.QMA /A- /B
- *
- * The QMAC.EXE macro translator is from
- * garbo.uwasa.fi:/pc/editor/qmac215.zip
- * (Also the earlier version 2.1 will do).
- *
- * Before compiling the macro, edit the path (c:\qed) to conform to
- * where you have your files.
- *
- * To make this macro available you can e.g. first invoke the main
- * menu (usually F10) and select Macro: Read Macro: ascii.mac. Then
- * you can invoke it with ALT-5.
-
- * ┌──────────────────────────────┐
- * │ Load ascii table file, ALT-5 │
- * └──────────────────────────────┘
- @5 MacroBegin
- EditFile 'c:\qed\ascii.txt'
- Return
-