Shop OBEX P1 Docs P2 Docs Learn Events
Variable character Byte specs — Parallax Forums

Variable character Byte specs

herodeBherodeB Posts: 3
edited 2009-07-15 19:07 in BASIC Stamp
·hello! I am working with this project. which is the GPS REICEIVER MODULE and the Datalogger, i have a Demo for the both of them and i try to combined both of them. It give me an error that say "variable out of space" what is the maximum variable you can declare.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-07-15 19:07
    You can have up to 26 bytes or 13 words of variables. In most programs, you can use the same variables for several different things at different times like variables used for FOR / NEXT loops. Stamp Basic has the ability to define two different names as aliases so they refer to the same variable space. Look in the Stamp Basic Syntax and Reference Manual under "alias" and you'll see a description of this.
Sign In or Register to comment.