Amos Professional Manual  Contents  Index

AMOS Errors


Menu item not defined (39)
The item specified in a MENU command has not been previously defined using MENU$.

Menu not opened (38)
The MENU ON command has been called, but no menu has been previously defined using the MENU$ or MAKE MENU BANK instruction.

Music bank not defined (184)
There is no music bank in memory.

Music bank not found (183)
The Music that you want to play does not exist in the current music bank.

Next without For in animation string (108)
In an AMAL animation string, each Next command must be associated with a single For statement. Also check the upper and lower case of any comments in your AMAL program.

No data set ready (157)
A strange error message generated by Commodore's Serial device. We think it may happen when the serial device just cannot handle the incoming data. Let us know if you know better!

No ON ERROR PROC before this instruction (5)
You can only use RESUME LABEL after an ON ERROR PROC command.

No data after this label (41)
You cannot RESTORE the data pointer to a line with no DATA statements on that line or subsequent lines.

No disc in drive (93)
Your Amiga does not believe that there is a disc in the drive you want to access. Try again.

No programs below current program (43)
You are trying to BGRAB a bank, but the current program has not been installed as an accessory.

No message waiting (197)
You've tried to answer a message with AREXX ANSWER which has not actually been received. You may need to add an AREXX WAIT command before your instruction. Also check that you've opened the correct Arexx communications port.

No zones defined (73)
This is an error generated by the RESET ZONE command. RESET ZONE erases all the zone definitions you've created using SET ZONE. It can only be called after you've reserved some memory for your zones with RESERVE ZONE.

Non dimensioned array (27)
You are trying to refer to an array, but it has not yet been defined.

Back    Next
12.03.18