View Single Post
  #2  
Old 08-30-2006, 12:50 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
There is a bug when loading v5 global macro values containing the string \" in v6 -- it incorrectly strips the backslash character (it's related to logic needed when converting v3 macros, but it incorrectly processes v4/5 macros in this way too). If you have the original v5 .macros file or have not modified global macros in v6 yet, you can exit VBP and change the 2nd line

<macros>

in the .macros file to

<macros version="6">

Otherwise, just add the backslashes back in to the macro value in v6 to correct the problem.
Reply With Quote