Hello,
AR drive me nuts. I've got AR that have been working for two years! Have not upgraded from the same version written in (3.2.4); yet, I have only changed numbers for calculations and now all of a sudden - 'Close parenthesis expected'. Line where it showing needing is:
if ((parea > 0) && (billclass == ""V: Vacant"") && (dor < 6647 && dor > 5399)) {
newfee = (((parea/43560)*(12*(0.1*(12.138))))+242.76)
}
Extra parans around the 12.138 was due to attempting to use a variable set earlier that would do the calcs to get these numbers without having to manually add them in. But that didn't work either. Then it continues with else if. Again, only the 12.138 and 242.76 were changed in the line. When checking in notepad ++, all parentheses are matched. Checked the whole script. All braces are matched as well. This script was edited the same way last year as well and worked.
Thanks,
Lorinda