my simple script:
loadVariablesNum("url-is-here", 0);
//create arrays
cName = clName.split(","
;
cColor = clColor.split(","
;
xCoord = xlCoord.split(","
;
yCoord = ylCoord.split(","
;
Ok if I test this movie the arrays cName, cColor etc are undefined. A trace on clName etc turns up undefined. However, if I use the debug menu in test movie to list the variables I see the variables "Variable _level0.clName" etc and they have the correct content so It must load them correctly. Why then do the trace and split functions return undefined?
A star to whoever solves this one
Thanks, Celia
loadVariablesNum("url-is-here", 0);
//create arrays
cName = clName.split(","
cColor = clColor.split(","
xCoord = xlCoord.split(","
yCoord = ylCoord.split(","
Ok if I test this movie the arrays cName, cColor etc are undefined. A trace on clName etc turns up undefined. However, if I use the debug menu in test movie to list the variables I see the variables "Variable _level0.clName" etc and they have the correct content so It must load them correctly. Why then do the trace and split functions return undefined?
A star to whoever solves this one
Thanks, Celia