Macro substitution?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Aaron Blacksmith (AaronNospam_at_telia.com)
Date: 12/27/04


Date: Mon, 27 Dec 2004 21:43:26 GMT

I'm used to program in Foxpro, and a bit novice in VB. In Fox macro
sutstitution can be used for variable names, file names, and code snippets.
Example:
cVariable = "HotelName"
&cVariable = "Hilton"
after this the variable HotelName holds the value "Hilton"

Can this be done in VB?

Aaron