Converting GWBasic to QBasic 
Author Message
 Converting GWBasic to QBasic

Please help!  I am new to programming and have been given old GQ Basic
files from 1980 to convert to QBasic.  Is there a way?



Mon, 29 Mar 1999 03:00:00 GMT  
 Converting GWBasic to QBasic

Quote:

> Please help!  I am new to programming and have been given old GQ Basic
> files from 1980 to convert to QBasic.  Is there a way?

QBASIC should be able to read and execute all GW-BASIC files.

Good luck,

Brent P. Newhall



Mon, 29 Mar 1999 03:00:00 GMT  
 Converting GWBasic to QBasic


Quote:
> Please help!  I am new to programming and have been given old GQ Basic
> files from 1980 to convert to QBasic.  Is there a way?

They should work, but you should browse trough the help files to see what
instructions have changed...

        Mike



Tue, 30 Mar 1999 03:00:00 GMT  
 Converting GWBasic to QBasic

Quote:


> > Please help!  I am new to programming and have been given old GQ Basic
> > files from 1980 to convert to QBasic.  Is there a way?

> QBASIC should be able to read and execute all GW-BASIC files.

  Not always ...
  Not if the GW-BASIC program has DEF USR, CALL, etc ... (Can't think of
any other at the moment.)

J.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

      ``Life is too short to be taken seriously.''
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



Wed, 31 Mar 1999 03:00:00 GMT  
 Converting GWBasic to QBasic



Quote:

>Please help!  I am new to programming and have been given old GQ Basic
>files from 1980 to convert to QBasic.  Is there a way?

Try saving the programs in ASCI (SAVE "PROGRAM.BAS",a), then
loading them in QB and running them.
Bye


Wed, 31 Mar 1999 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Accessing VGA graphics via GWBASIC/QBASIC

2. Need help compiling gwbasic/qbasic code

3. GWBASIC or Qbasic?

4. Doorst: need help with GWBASIC/QBASIC

5. ****CAN SOMEBODY POST A QBASIC AND OR GWBASIC COMPILER???PLEASE!!!***

6. I WILL MAKE YOU BASICA(GWBASIC)/QBASIC a EXE

7. I WILL MAKE YOUR BASICA(GWBASIC)/QBASIC a EXE

8. Q: Controlling LPT1 with QBasic or gwbasic

9. GWBASIC -> Qbasic compatibility

10. gwbasic to qbasic

11. Q: Controlling LPT1 with QBasic or gwbasic

12. Problem converting from basica to gwbasic

 

 
Powered by phpBB® Forum Software