/**************************************************************************\ $VER: Dirty Limmerick Lister, v1.2 (11-Dec-94) by Dotoran! \**************************************************************************/ options results;tr=transmit;se=sendstring;gc=getchar;gu=getuser z1=4 /* BackGround Color of the BORDER \ For These Variables */ z2=6 /* BackGround Color of TITLE TEXT \ 0 thru 7 MCI's Only! */ z3=0 /* BackGround Color of the CENTER / MCI Color Code Chars */ z4=4 /* BackGround Color of SIDE BARS / */ c1=a /* Text Color of Limmerick Line # 1 \ */ c2=d /* Text Color of Limmerick Line # 2 \ */ c3=a /* Text Color of Limmerick Line # 3 \ For These Variables */ c4=d /* Text Color of Limmerick Line # 4 } 0 thru 9 & A thru F */ c5=a /* Text Color of Limmerick Line # 5 / MCI Color Code Chars */ c6=0 /* Text Color of BORDER Text Lines / */ c7=c /* Color of BORDER Graphic Chars. / */ rb=0 /* Random Border? (0=No, 1=Yes; Changes Every RUN of File) */ gr=8 /* Graphic Used for BORDER (Values between 0 and 14) */ dn=7 /* Display Limmerick DOWN This Many Lines. (Not to Exceed 15) */ ag=16 /* Youngest Age to Show Limmericks To (In Years Old) */ /***** See README! File For Information Concerning Variables Below ********/ pr1='c7[caAc7]canotherc6, (cbSc6)cbpecificc6, (cdQc6)cduitc6: ' pr2='caAnother|c6(cb1c6-cb100c6):cb|cdQuit' pr3='ASQ' total = 100 /* Total Number of Dirty Limmericks Known. (No Limit!) */ size = 200 /* Maximum Length of Longest Limmerick Line. (Rounded UP) */ build = 0 /* "1" will RePack the ".dat" file. (See README! File!) */ /**************************************************************************/ gu 1200016;a=result;if a100 then signal LIMS;else signal LIMS2;end BUILD:;tr 'n1c6RePacking the cb"caDirty_Lims.datcb" c6file...n1';call open(f1,df'Dirty_Lims.txt','r') do i=1 to total;se 'cfR';l.i=readln(f1);end i;tr;call close(f1);call open(f1,df'Dirty_Lims.dat','w') do i=1 to total;se 'c9W';a=size-length(l.i);b=copies(d2c(0),a);call writech(f1,l.i);call writech(f1,b);end i;tr call close(f1);se 'n1caFinished! c6Reset the cb"cabuildcb" ';tr 'c6variable to cf0c6 before using c9Dirty_Limsc6!n1' /** Last Edited: 11-Dec-94 ************************************************\ \****************************************** FRONTIERS BBS (716)/823-9892 **/