Instead of printing out some of the programs shown on here and then typing them into PcBasic, is there anyway to just copy and paste these programs into Basic to run them?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you paste the program code into a text editor like notepad++ and save it as "program.bas" in a folder that Basic can read? Then you could just load it with LOAD"program.bas".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Instead of printing out some of the programs shown on here and then typing them into PcBasic, is there anyway to just copy and paste these programs into Basic to run them?
Can you paste the program code into a text editor like notepad++ and save it as "program.bas" in a folder that Basic can read? Then you could just load it with LOAD"program.bas".
You can paste with F11+V or using the mouse, see the docs: http://robhagemans.github.io/pcbasic/doc/1.2/#clipboard-operations