Enterprise Forever

:UK => Programming => BASIC => Topic started by: jonesypeter on 2023.October.25. 15:28:42

Title: Convert BASIC Programs to readable text
Post by: jonesypeter on 2023.October.25. 15:28:42
I find the programs in the BASIC Game pack (http://www.ep128.hu/Ep_Games/Prg/Basic_Program_Pack.rar) very useful, but would like to view them in a text editor.  Is there a way of viewing in a text editor without the token characters please?

Thanks

(https://i.ibb.co/85qChhc/Screenshot-2023-10-25-142749.png)
Title: Re: Convert BASIC Programs to readable text
Post by: Zozosoft on 2023.October.25. 15:39:52
Save it to text file on Enterprise (emulator).
load "game.bas"
open #1:"game.txt" access output
list #1
close #1

Or try it lgb's online tool (http://epbas.lgb.hu/tryit/).