A name a value cannot be given to

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

What the converter says

2LEN is not a name a value can be given to

Code: declaration_bad_name

What triggers it

Names start with a letter or an underscore and carry on with letters, digits and underscores. A name that starts with a digit could not be told apart from a number where it is used.

PAR 2LEN 800

Example that triggers it

How to fix it

Rename it so it starts with a letter, for example LEN2 rather than 2LEN.

Applies to

Messages this command can produce