While working on a new script, I discovered that placing comments with the /* and */, before the instruction
#include "GetPoint.js" caused a syntax error: parse error.
So place the command near the beginning, before using /* comments */
Using // for comments did not create a problem.
Also, last month, I learned not to use javascript reserved words as variable names...
|