-
minus sign in external data = bug ?
hello I’m loading external data from a text file … everything is fine with the eval expression taking the data based on the name of the comp
here’s the external data
Sion = [“+23°C”,”+36°C”];
Monthey = [“+1°C”,”+25°C”];
St-Gingolph = [“-6°C”,”+21°C”];the last line St-Gingolf is making AE to say : warning Class “global” has no property or method named “St” Expression disabled
can somebody help please ?
myPath = "/Expressions/";
myPath += "externalData.txt";
$.evalFile (myPath);
eval(thisComp.name)[0];