GWBASIC save as ascii file command 
Author Message
 GWBASIC save as ascii file command

Does anyone know the command which will save a GWBASIC file as an
ASCII file?  Thanks.



Fri, 30 Apr 1999 03:00:00 GMT  
 GWBASIC save as ascii file command

Quote:

> Does anyone know the command which will save a GWBASIC file as an
> ASCII file?  Thanks.

Try this:
     SAVE "filename.bas",A

Good luck!

-Jesse



Fri, 30 Apr 1999 03:00:00 GMT  
 GWBASIC save as ascii file command

Quote:

>Does anyone know the command which will save a GWBASIC file as an
>ASCII file?  Thanks.

save "myfile.bas",a

Marc van den Dikkenberg
-----------------------------o---------------------
http://145.89.78.151/~excel  | Programming Archives
http://www.xs4all.nl/~excel  | antU, Humour, Sci-Fi



Fri, 30 Apr 1999 03:00:00 GMT  
 GWBASIC save as ascii file command

Quote:

> Does anyone know the command which will save a GWBASIC file as an
> ASCII file?  Thanks.

SAVE "progname.bas", A

Alas, GWBASIC, I remember you well....you deserved to die.  QBASIC is,
on the whole, much much easier.

Brent P. Newhall
--------------------------------------------------------------
"Good laws make it easier to do right and harder to do wrong."
-- William E. Gladstone



Fri, 30 Apr 1999 03:00:00 GMT  
 GWBASIC save as ascii file command

save filename.bas,a

Quote:
>> friendship - the time and distance that separates friends <<



Sat, 01 May 1999 03:00:00 GMT  
 GWBASIC save as ascii file command

Quote:


>Subject: GWBASIC save as ascii file command
>Date: Mon, 11 Nov 1996 17:00:57 GMT
>Does anyone know the command which will save a GWBASIC file as an
>ASCII file?  Thanks.

Try  SAVE "FILENAME", A


Sat, 01 May 1999 03:00:00 GMT  
 GWBASIC save as ascii file command

Quote:
> Does anyone know the command which will save a GWBASIC file as an
> ASCII file?  Thanks.

Use:

SAVE "PROGRAM",A

or

LIST ,"PROGRAM"

Both gives the same result...

--
------------------------------------------------------------------------
Greetings from Mxico!



Tue, 11 May 1999 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. conversion of gwbasic file to ASCII format

2. Volunteer to convert my BASICA/GWBASIC into ascii

3. . qb45: how save file as ascii ?

4. save array to ascii-file

5. RTFbox: saving the marked-up contents into an ascii file

6. Save file with Unicode & ASCII text

7. Close file without ascii 13 and ascii 10?

8. GWBasic Open command?

9. Saved with"p" in Gwbasic

10. Saving text mode in GWbasic

11. Gwbasic Commands

12. GWBASIC (1/1) - gwbasic.zip [2/2]

 

 
Powered by phpBB® Forum Software