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