A function given the wrong number of values

Parse errorThe file could not be read. Nothing is converted until the line is corrected.

What the converter says

MOD takes 2 values and was given 1

Code: mpr_formula_bad_arity

What triggers it

Most functions take one value; MOD and PREC take two. This one was given a different number.

XA="MOD(7)"

Example that triggers it

How to fix it

Check the brackets. A missing comma inside a two-value function is the usual cause.

Messages this command can produce