View Single Post
Old 21 November 2018, 17:44   #10
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,374
Even simpler: Apparently AmigaBASIC itself has an option to export as ASCII. When you are saving a file with the SAVE command, simply add the character A as an extra parameter. For example:

Code:
SAVE Work:MyProgram.txt,A
Should save it as plain text. Note, I haven't tried it, but you can see the SAVE entry in the full AmigaBASIC Manual.
Daedalus is offline  
 
Page generated in 0.04579 seconds with 11 queries