View Single Post
  #1  
Old 01-10-2008, 09:05 AM
JC1455 JC1455 is online now
Registered User
 
Join Date: 11-10-2005
Posts: 8
Possible to copy a resolved macro value?

When debugging a script I often find myself looking at the value of some path I've build using various macros by hovering over it and looking at the tooltip to see that actual path that the macros resolve to. It seems like it would be really useful if there were someway to copy the resolved value's of a macro into the clipboard? For example I have a command like...
"C:\Program Files\WinZip\wzzip" -en -P -r -whs "%DatabasePath%\%DatabaseZIPName%" "%DatabaseRootPath%"
...I can see that actual paths in the tooltip but it would be nice if I could copy the text I see in the tooltip so I could use it to debug a problem. Is this possible?
Reply With Quote