the C have '#define' can i create a similar macro for use on VB6?
1 st objective: is use:
converted to(on memory for compiler, but not on files):Code:SubName(...) 'without syntax error
Code:call SubName(...)
Printable View
the C have '#define' can i create a similar macro for use on VB6?
1 st objective: is use:
converted to(on memory for compiler, but not on files):Code:SubName(...) 'without syntax error
Code:call SubName(...)