View Single Post
  #1  
Old 05-20-2010, 08:58 AM
abcdetech abcdetech is online now
Registered User
 
Join Date: 04-30-2008
Posts: 18
Replace Macro's value

I have a Macro which stores a FileName.

For example FileNameMacro = FileName.dll or FileName.exe

I want to replace file extesnion in the macro

for example Macro should look like

FileNameMacro = FileName.pdb

in other words I want to replace .exe or .dll with .pdb in the Macro

thank you
Reply With Quote