
How do I convert BASICA programs?
: I am sure this must be a FAQ?? I am not normally a user of BASIC or
: a reader of this group. Please post replies to me directly.
:
: I have inherited a few old BASICA programs which I would like to
: get up in QBASIC. They are not even readable in normal ASCII.
: Is there a utility, or obvious way of converting them?
: Peter Clayton
go read the help in qbasic... they teach u how to convert
as in case, u load the required basic program into the basica
environment, then save it with the command
save "filename.asc",a
the "a" at the back force it to be saved as a ascii readable file
the extension .asc is to prevent ur original .bas from being overwritten
then run qbasic filename.asc
for more info.. read the help in qbasic :)
--
+-----------------------+-----------------------------------+
| aka <<-~BaSiC~->> | Department of Mechanical and |
| ` Old soldiers never | Production Engineering |
| die, they just fade | National University of Singapore |
| away...... ' | 1993 to 1997 |
+-----------------------+-----------------------------------+
| http://www.alumni.nus.sg/nussu/stud/eng30099 |
+-----------------------------------------------------------+