I'm creating a form in which I'm comparing a numeric field with a numeric value typed in it using the expression "if" (I'm using FormCalc language) in order to generate another numeric value automatically in another NumericField , the script goes like this:if (NumericField1 ==1) then NumericFiel...