04.06.2013, 15:17
Checking type of ENUM variable
Here is my code:
Code:
I can't see any problem here but here is the error:
What is the problem?
Here is my code:
Code:
Код:
if(tagof(g_ServerInfo[E_SERVER_DATA:5]) == tagof(Float:))
Quote:
X(965) : error 001: expected token: "]", but found "-label-" X(965) : warning 221: label name "E_SERVER_DATA" shadows tag name X(965) : warning 215: expression has no effect X(965) : error 001: expected token: ";", but found "]" |