- Home
- MPR to PGM converter
- Messages
- A function given the wrong number of values
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
What triggers it
Most functions take one value; MOD and PREC take two. This one was given a different number.
XA="MOD(7)"How to fix it
Check the brackets. A missing comma inside a two-value function is the usual cause.