Burbruee
Member
Yeah, I figured it had something to do with that. I couldn't find any information on the net about how to set up multi-dimensional arrays in Fenix. In C++ I would just put brackets around each line and another set of brackets around everything. Fenix won't recognise { } though.iprice said:You're so right about FBMX being buggy - sometimes it works then other times it doesn't!!! Terrible.
I have discovered that it is to with how you have set up the multi-dimensional array - if you change one value to a number other than 0 or 1 (say 4) you will see that "4" will appear more than once in your display if you use a WRITE command to display the value of that array, rather than a PUT command. This is obviously wrong.
I'm not sure you can declare a mutli-dimensional array the way you are trying to.
You are going to have to load your data into the array either one at a time - (like I did with the four corners), or use an external file to hold the data and read it all in.
I'll try to read it into the array one at a time or textfile loading, thanks.
EDIT: Thanks for the solution, I'll try it right away.
Last edited by a moderator: