I want to add Five Fields (numeric) and also allow user to enter "-" (dash sign) if no value is present instead of 0.but when i put "-" in any field it returns NaN.Following is my script :var n1 = Number(this.getField("Text1").valueAsString);var n2 = Number(this.getField("Text2").valueAsString);var ...