Answered
Missing ";" ... can't figure it out...
I have the code of:
var A = this.getField("Average").value;
var B = this.getField("SalePrice").value;
If (A > B) event.value = B - A;
I am getting the message:
SyntaxError: missing ; before statement 3: at line 4
Can't figure out what's missing... feeling really stooped...