13.08.2016, 14:29
I made a dialog to change some defines
But when i use it example
In this line i get error "Undefined Symbol inputtext"
and example
i get error "Undefined Symbol inputtext"
How to do it correctly?
PHP Code:
//OnDialogResponse...case dialogid:
#undef VALUE
#define VALUE strval(inputtext)
PHP Code:
printf("VALUE = %d", VALUE);
and example
PHP Code:
for(new i=0; i<VALUE; i++)
How to do it correctly?