I want to add codes for debug log using some directives.
What is the VB6 equivalent of C-language's #ifdef directives?
Here is the C code and I want to know VB6 directive.
------
#define DEBUGLOG
#ifdef DEBUGLOG
//Do Something
#endif
------
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |