Thread
:
Passing Macro file path to Jscript
View Single Post
#
2
01-31-2006, 10:30 PM
kinook
Administrator
Join Date: 03-06-2001
Location: Colorado
Posts: 6,049
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);
kinook
View Public Profile
Visit kinook's homepage!
Find all posts by kinook