Question
Syntaxerror
This is probably way simple but....
I have this script:
var a = this.getField(2 PCT);
var b = this.getField(SUB TOTAL);
event.value = a.value * (b.value / 100)
And get: SyntaxError: missing ) after argument list 1: at line 2
Can someone explain this to me?
Thanks
