Uploading basic program from BS2 to editor
avgt
Posts: 2
I lost the copy of a basic program.
This program is in the BS2 and I want to upload it to the editor.
How do I do this.
avgt
This program is in the BS2 and I want to upload it to the editor.
How do I do this.
avgt
Comments
Sorry to say this, but you're out of luck. Once the IDE (Editor/Compiler) processes the source file (human readable) it converts it into objects called tokens. The tokens are loaded into the PBASIC Stamp, and are only readable by the PBASIC Stamp. Once the tokens are loaded, as far as the IDE is concerned, the source file is gone, unless you save it.
Save early, save often, and print your program if necessary, to avoid this kind of problem.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There is no pleasure in having nothing to do;
the fun is in having lots to do, and not doing it!
Guy