Question
Link an external text variable with expression
Windows machine, latest AFX CC
source01.txt contains
L3="Text to be inserted"
In the text layer, Source text expression is:
myPath = "/v/iv/source01.txt";
try{
$.evalFile (myPath);
eval(L3);
}
catch (err)
{
"error"
}
I only get the Error in the text layer
What am I doing wrong? Help please