I've been trying to create two big arrays in a structure and i get an error message while compiling. I'm wondering if there is a maximum limit to arrays in terms of size. This is my code :
Code: Select all
Structure MAP
maphdr.MAPHEADER
roofTile.w[10000]
floorTile.w[10000]
EndStructure
Can somebody tell me what is wrong (or if there is a workaround) ?
Thanks in advance,
Pythagoras