Macro substitution

  • Thread starter Thread starter Les
  • Start date Start date
L

Les

Is there any way to do something like macro substitution in VB, like in C++ or C or other languages?



--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
 
Not with the Microsoft compilers or IDE. You may find a 3rd party add-in
that could pre-process the source code, but I don't know of any.
 
Back
Top