...ooh - what is char used for ?
My memory is cloudy in this but isn't it a type in C?
But what is Cube? I get that in blue when I type it in a fresh project (but only in the last version, not in the current GLBasic)...
"char" is a variabletype for C++ !
char = character / letter
example single char:
char letter = "a";
example string/char-array:
char myword[5] = "Hello";
Cube was highlightet?
You test it with a new Project?
In this case I wasn't using inline for char - was trying to do char% =
Haven't seen Cube though.
When I first opened the 3D entity project, all "cube" was blue, then I opened a new project and tested and there it got blue too. Now after updating it doesn't happen any more.