Msg: 5074 *Conference*
05-16-94 10:00:11
From: RICHARD HANSON
To : PATRICK CHRISTENSEN
Subj: REPLY TO MSG #5070 (CONVERSION)
Converting BASIC programming created using TEXT (ASCII) to a tokenized .BA file is easy. Assumption: The .DO file is actually a program written in BASIC. In it's .DO form it is also known as ASCII. Go into BASIC and key the following: LOAD"filename.do" <enter> ...wait for the WAIT to stop flashing and the OK to return. SAVE"filename.ba" <enter> <f8> to return to the menu. You should see both the .DO and .BA files listed in your menu. The .BA file runs.