PAR without a value

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

What the converter says

PAR needs a name and a value: 'LEN'

Code: declaration_incomplete

What triggers it

A PAR line gives a name a value, so it needs both. This line has a name and nothing to give it, or a value and nothing to give it to.

PAR LEN

Example that triggers it

How to fix it

Write the name and the value on the same line, as PAR LEN 800 or PAR LEN=800. One name per line.

Applies to

Messages this command can produce