Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Stuart,
What script language are you using?
I suppose that using the eval function (JScript) may help you. Here is the small example:
//JScript
var obj = "XML.XmlCheckpoint2";
eval(obj).Check("Path To The File");
Another script language should have a similar function.