.ERTAB EQUW DERR1 ; Error 1: Disk write protected EQUW DERR2 ; Error 2: Disk full EQUW DERR3 ; Error 3: Catalog full EQUW DERR4 ; Error 4: Disk I/O error EQUW DERR5 ; Error 5: File not foundName: ERTAB [Show more] Type: Variable Category: Save and load Summary: A lookup table for the five disk error messagesContext: See this variable in context in the source code References: This variable is used as follows: * diskerror uses ERTAB
[X]
Variable DERR1 (category: Save and load)
The error message for when a disk is write protected
[X]
Variable DERR2 (category: Save and load)
The error message for when a disk is full
[X]
Variable DERR3 (category: Save and load)
The error message for when a disk catalog is full
[X]
Variable DERR4 (category: Save and load)
The error message for when there is a disk I/O error
[X]
Variable DERR5 (category: Save and load)
The error message for when a file is not found