Interface Error: Label defined twice (122)
This is a mistake with the LA or LAbel command in your AMOS Interface program. You appear
to have defined the same label twice with exactly the same value.
Interface Error: Label not defined (123)
A JUmp or JS command has been entered in your AMOS Interface program with a non-existent
label number. Labels are defined using the LA command. Unlike AMOS Professional or AMAL,
you're only allowed to use numbers from 1 to 65536. Names are not permitted.
Interface Error: Screen modified (126)
After an Interface channel has been opened to a particular screen, the screen has been altered or
closed. Interface stores information about the screen from the start, so you must keep the screen
in the same format.
Interface Error: Type mismatch (129)
One of the values in an Interface function is of the wrong type. If you're using a variable, check
that it contains the right sort of data. An Interface variable can be used to store both strings or
numbers. So it's easy to get confused.
Interface Error: Variable not defined (127)
You've called the VA function with a no existent variable number. Permissible numbers range
from 0 to 65535. However, the system defaults to just 17. You can increase this limit with a
simple option from the DIALOG OPEN command.
Invalid parallel parameter (173)
There's a problem with one of the parameters you're using with the PARALLEL SEND or
PARALLEL INPUT commands.
Jump to/within autotest in animation string (110)
It is illegal to Jump directly inside an AUTOTEST from your main AMAL program. To leave an
AUTOTEST, use the eXit or Direct commands instead.
Label already defined in animation string (114)
Two versions of the same label definition have been discovered in an AMAL program. All labels
must consist of a single upper case letter.
Label not defined (40)
You have included a label in an instruction, but forgotten to define it. Check for mistakes in
computed GOTO, GOSUB or RESTORE statements.
Label not defined in animation string (109)
You are attempting to jump to a non-existent label in an AMAL animation string.
Library already opened (168)
You've tried to open the same library twice with LIB OPEN.
Library not opened (169)
LIB CALL has been used with a non-existent channel number.
You'll need to open this channel first using LIB OPEN.