PDA

View Full Version : Replace Macro's value


abcdetech
05-20-2010, 08:58 AM
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

kinook
05-20-2010, 09:46 AM
See attached sample.