Welcome, Guest. Please login or register.


Author Topic: Convert BASIC Programs to readable text (Read 7486 times)

Offline jonesypeter

  • Newbie
  • Posts: 19
  • Country: gb
Convert BASIC Programs to readable text
« on: 2023.October.25. 15:28:42 »
I find the programs in the BASIC Game pack 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


Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Convert BASIC Programs to readable text
« Reply #1 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.