With the following :
FOR i%=STOREMESS% TO 0 STEP -1
NEXT
You get the usual two part error message :
QuoteC:\DOCUME~1\Nicholas\LOCALS~1\Temp\glbasic\gpc_temp0.cpp:16: error: `S' was not declared in this scope
C:\DOCUME~1\Nicholas\LOCALS~1\Temp\glbasic\gpc_temp0.cpp:16: error: `REMESS' was not declared in this scope
funny, seems precompiler makes "S TO REMESS" of it
Is that an O or a zero inside STOREMESS?
Its the letter O
A Zero looks like : 0
Quotefunny, seems precompiler makes "S TO REMESS" of it
Indeed it does - which it shouldn't :)
DO NOT USE CAPITAL WORDS PLEASE. THESE ARE FOR GLBASIC ONLY. KTHXBYE.
Its something thats been mentioned before =D
When I started with GLBasic you had to use all caps when declaring types. That isn't needed any more but I still do it out of habit...
No, it never was. It was a suggestion or .. I did. Now I changed to what Schranz0r Said:
TYPE TMyTypeName (Start with T, then Captial letter, then non capital letters)
:)