View Single Post
  #2  
Old 01-31-2006, 09:30 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
The trick is to prevent the literal string value from being evaluated by the script engine:

var BuildXMLFile = Application.ExpandMacros(vbld_AllMacros().Item("BU ILD_XML_FILE").Value);
Reply With Quote