Forum Discussion
maximojo
13 years agoFrequent Contributor
if I understand you the jscript should be:
if(!Project.Variables.VariableExists("MyArray"))
{
Project.Variables.AddVariable("MyArray", "Object");
}
Project.Variables.MyArray = CST.split(",");
if(!Project.Variables.VariableExists("MyArray"))
{
Project.Variables.AddVariable("MyArray", "Object");
}
Project.Variables.MyArray = CST.split(",");