 | AARM User's Guide Discontinued |  |
|
|
| __ERROR__ Assembler Statement| Arguments |
__ERROR__ text
| | Description | The __ERROR__ statement generates an error message using the specified text. | | See Also | __WARNING__ | | Example |
IF VARLEN > 10
__ERROR__ "Variable Length is Too Long"
ENDIF
|
|
|