Hi,
Ii get "parameter number 2 of function addLIneTool is invalid" from the following code. I'm sure the problem is simple to fix.
Thanks
Mark
Ii get "parameter number 2 of function addLIneTool is invalid" from the following code. I'm sure the problem is simple to fix.
PHP Code:
function doFibTime (fibBars) {
var line1 = (fibBars * .25).toFixed(0);
addLineTool(LineTool.VERT, line1, 2, Color.cyan, "line1");
}
Mark
Comment