27.12.2014, 05:07
I'm not sure but i think if you use printf to print Test, it will be print Test defined
For example
It will be print true
You have to use if and strcmp, so if Test defined as true, print Yes variable value
Sorry i'm on my cellphone and i can't test code
I think only way is use "if"
If someone knows other way please help me and jake :P
For example
pawn Код:
#define Test True
printf("Test: %s",Test);
You have to use if and strcmp, so if Test defined as true, print Yes variable value
Sorry i'm on my cellphone and i can't test code
I think only way is use "if"
If someone knows other way please help me and jake :P