A formula that divides by zero

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

What the converter says

the formula divides by zero

Code: mpr_formula_divide_by_zero

What triggers it

The sum ends up dividing by zero, usually because a name it divides by was declared as zero or left empty.

XA="L/0"

Example that triggers it

How to fix it

Check the value of the name being divided by. If the program is meant to handle zero, it has to choose the value another way.

Messages this command can produce