Shop OBEX P1 Docs P2 Docs Learn Events
Byte array limitation — Parallax Forums

Byte array limitation

MoskogMoskog Posts: 554
edited 2014-05-23 14:26 in Propeller 1
Just a simple question,

When I declare Byte arrays in Spin, are there any limitations on the size of that kinds of arrays, like
CON
Number  = 300

VAR
Byte Test [Number]

Wasn't able to find anything about this in the Propeller manual, just wondering if I'm getting into trouble in case "Number" exceeds 256

Comments

  • Duane DegnDuane Degn Posts: 10,588
    edited 2014-05-23 14:24
    Your limitation is the amount of free memory you have. It's very common it see byte arrays larger than 256.
  • MoskogMoskog Posts: 554
    edited 2014-05-23 14:26
    Thank you very much for very quick reply!
Sign In or Register to comment.