Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check if variable exists
#1
sorry for asking such simple question:

how do i check if a variable exists ?
pi
#2
Can check only global variables, and only at compile time.

#ifdef g_var
out "g_var exists"
#endif
#3
perfect.
thanks.
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)