MLMENU.EDT  ·  EDT  ·  1.4 KB  ·  1987-08-28  ·  from WhatMicro_TAS_May-1988
001|MLMENU   08:06:33PAM 230/ 3/877|
001|
001|This is the mailing list menu program.  It is provided free |
001|of charge and serves as an example TAS program.  It is not supported.|
001|
046|CUR.DATE|S|8|||
046|CHOICE|N|1|||
046|MENULIST|A|40||10|
073|N|
064|CUR.DATE|G|
054|
031|@r;" TAS-Plus           ";%179;"          MAILING LIST MENU         ";%179;"          Version 1.2 ";@f|1|1|N|N|S||
031|@r;" Mailing List Example Program                                          ";cur.date;"  ";@f|1|24|N|N|S||
031|"Selections"|2|3|N|N|S||
031|"F1 - Help          Use arrow keys to highlight your choice            Esc - Exit "|1|25|N|N|S||
067|1|
000|RUN|
039|Q|G|EXIT|
068|1|
065|
031|" Selections "|1|3|N|N|S||
005|MENULIST[1]|(" 1 - Enter/Change Names    01011")|
005|MENULIST[2]|(" 2 - Print Names on Labels 01022")|
005|MENULIST[3]|(" 3 - Print Names on Paper  01033")|
005|MENULIST[4]|(" 4 - Write Mailmerge File  01044")|
005|MENULIST[5]|(" 5 - Run TAS Menu          01055")|
005|CHOICE|(1)|
072|1|10|6|28||MENULIST|CHOICE|5|27|EXIT|||N|
039|Q|G|RUN|
056|
023|CHOICE|G|NEWNAMES;PRTLABELS;PRTNAMES;PRTMMERGE;EXIT|RUN|
000|NEWNAMES|
040|"MLENTNAM"|
000|PRTNAMES|
040|"MLPRTNAM"|
000|PRTLABELS|
040|"MLPRTLAB"|
000|PRTMMERGE|
040|"MLMMERGE"|
000|EXIT|
040|"MM"|