Shop OBEX P1 Docs P2 Docs Learn Events
Uploading basic program from BS2 to editor — Parallax Forums

Uploading basic program from BS2 to editor

avgtavgt Posts: 2
edited 2008-02-01 14:14 in BASIC Stamp
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

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2008-02-01 14:02
    avgt -

    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!
  • avgtavgt Posts: 2
    edited 2008-02-01 14:14
    Thanks Bruce for your quick answer

    Guy
    Bruce Bates said...
    avgt -

    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

Sign In or Register to comment.