I keep getting the following error:
Line: 88
Char: 59
Error: Expected ';'
for the code:
L86 var BSPRIM = ((0.0683655)*(Math.log(EQSP)));
L87 var BFPRIM = aCoordinates[numSelection].BFPRIM;
L88 var CHARG = (((0.00000001)*(KV*KV))/(BFPRIM+BSPRIM))*MILG);
I don't understand why I'm getting this error. At Char 59 I do have a semi-colon where it says that I'm suppose to have one. Is there something I'm overlooking?
I appreciate your help.
~kanin
Line: 88
Char: 59
Error: Expected ';'
for the code:
L86 var BSPRIM = ((0.0683655)*(Math.log(EQSP)));
L87 var BFPRIM = aCoordinates[numSelection].BFPRIM;
L88 var CHARG = (((0.00000001)*(KV*KV))/(BFPRIM+BSPRIM))*MILG);
I don't understand why I'm getting this error. At Char 59 I do have a semi-colon where it says that I'm suppose to have one. Is there something I'm overlooking?
I appreciate your help.
~kanin