Hi,
My text file contains:
{
aaa: “bbb”
}
and my script file contains only one statement
put the value of file “/aa.txt” into universal CONST
when I executed the script, I got the below error:
Script Failed
Sense talk compiler Exception:
in (null):
Syntax error at line 1:unkown - can;t understand “[end of script]” at or near character 1
Note: “/aa.txt” is in Documents folder.
Where went wrong?
Thanks,
Ajay