Byte array limitation
Moskog
Posts: 554
Just a simple question,
When I declare Byte arrays in Spin, are there any limitations on the size of that kinds of arrays, like
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
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