|
Forum Index : Microcontroller and PC projects : Maximite color: found a bug
| Author | Message | ||||
| Juri74 Senior Member Joined: 06/02/2012 Location: ItalyPosts: 162 |
hello, i found a little bug.. try this: DIM A$(1000)
maximite reply with NOT ENOUGH MEMORY but i was wrong, i mean A$(100) so try DIM A$(100) maximite reply with CANNOT RE DIMENSION ARRAY oh! so the array exist!?!? try PRINT A$(1) MAXIMITE REBOOT (sometimes maximite will not reboot and remain crashed with black screen) |
||||
MicroBlocks![]() Guru Joined: 12/05/2012 Location: ThailandPosts: 2209 |
I use one of these very close to my computers:
Since then a lot less bugs. Microblocks. Build with logic. |
||||
| Juri74 Senior Member Joined: 06/02/2012 Location: ItalyPosts: 162 |
OPTION BASE 1
DIM A(1,2,3) ERROR: INVALID ARRAY DIMENSION why? |
||||
| Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3307 |
The first element of the array has a zero dimension. It is the same as: OPTION BASE 0
DIM A(0) The array has zero elements. Which is illegal. Geoff Graham - http://geoffg.net |
||||
| Juri74 Senior Member Joined: 06/02/2012 Location: ItalyPosts: 162 |
ok.. understood |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |