CLUB 100 LIBRARY - 415/939-1246 BBS, 937-5039 NEWSLETTER, 932-8856 VOICE MODIFICATIONS TO CHANGE.BA BY: BILL TEMPLETON OF THE DANVILLE TIGERS Even though you have Rick Perry's CHANGE.BA on this disk, I doubt that many people are using it as they don't realize the power in the program. It's not only useful solely for converting .CO or .CA (Lucid) files to HEX for sending a m/l program or worksheet over the phone, but it is very useful when working with any m/l program (by pressing the LABEL KEY more than once)! It's also useful to find the size and memory location of any type file (2nd LABEL), or to find out the value of HIMEM, MAXRAM and BYTES FREE (3rd LABEL), or to see the date/time without leaving the program (4th LABEL). Clever way of using a multiple LABEL KEY! Here is a message to the author that includes a definite improvement in his program that makes it possible to convert larger .CO or .CA files... BTW, Rick Perry is a professor of E.E. at Villanova and has written some of the very best programs for our M100's! His CHANGE.BA program paved the way for users to change a LUCID extension from .CA to .CO to enable them to to work and further analyze LUCID files... --- With a small change to a couple of lines in your CHANGE.BA (DL1), I have been able to convert larger .CO and .CA files (up to 10K) to HEX: 0 REM CHANGE - Rick Perry - 3/1/86 . .. . .. 32 GOSUB37:CLS:PRINTCHR$(27)"W" :LINEINPUT"Hex output file:";O$ :IFO$=""THENRUNELSEGOSUB69 :OPENO$FOROUTPUTAS1 . .. . .. 69 BEEP:PRINT"Kill .CO file? "; :A$=INPUT$(1):PRINTA$ :IFA$="Y"ORA$="y"THENKILLF$:RETURN