Hi,
I've been trying to use the $ sign in macro values (the dollar sign is part of a constant string), but they get replaced with a random number each time.
I tried escaping the sign using different techniques - using '\' or '\\', single \ double quoting the string and using double $$.
Unfortunately nothing works for me, is anyone familiar with the matter?
Thanks
I've been trying to use the $ sign in macro values (the dollar sign is part of a constant string), but they get replaced with a random number each time.
I tried escaping the sign using different techniques - using '\' or '\\', single \ double quoting the string and using double $$.
Unfortunately nothing works for me, is anyone familiar with the matter?
Thanks
Comment