What happens if YOU make the command capitals and compile?
Does it work or returns an error?
What happens if YOU make the command capitals and compile?
Does it work or returns an error?
Dave
Always wear safety glasses while programming.
If I capitalize the whole word it still isn't "bolded" by the editor as is normally done for legitimate statements. However, when I compile it when it is all CAPS it does compile without errors. Is this because MCSPlus doesn't recognize the ARRAYWRITE statement and therefore doesn't bold it, but the compiler still accepts it??
I was told by the good folks at Melabs that MCS (and I presume MCSplus also) does not recognize the new statements, ARRAYREAD/ARRAYWRITE. But it will compile them correctly as long as you have your sintax correct.
There is a new version of MCS in the works that will be aware of the ARRAYREAD/WRITE statements and will display them correctly. That is really all the IDE (integrated development environment) is doing is "colorizing" the text, and providing some low level tips on syntax.
So go ahead and use the new statements and if syntax is good it will compile and run correctly.
I did find this to work for me.
good luck
Dwight
Bookmarks