HP Pascal/iX Reference Manual (31502-90022)

A-: 41
functions wi th names which are identical within the first 15
characters.
---------------------------------------------------------------------------------------
530 MESSAGE EXPRESSION WILL CAUSE A RUN-TIME SET RANGE ERROR (530)
W CAUSE Evaluation of a set construction in which an element of the set
list will necessarily fall outside the bounds of the set
construction will cause this error.
ACTION Check the source code and fix the expression.
---------------------------------------------------------------------------------------
532 MESSAGE THE SPECIFIED WORKSPACE FOR TOOLSET IS INVALID (532)
W CAUSE The file is not a valid TSAM root file or the file cannot be
opened.
ACTION Determine why the file is invalid.
---------------------------------------------------------------------------------------
533 MESSAGE BAD FONT OPTION GIVEN (533)
W CAUSE The call to FDeviceControl returned an error condition.
ACTION Ensure that the font number specified exists in the font file
specified in the file equation for PASLIST.
---------------------------------------------------------------------------------------
534 MESSAGE CONTROL VARIABLE HAS BEEN ASSIGNED TO NON-LOCALLY (534)
W CAUSE The control variable may be modified by a non-local reference
from a routine invoked in the body of the FOR loop.
ACTION Make sure that there are no non-local references to the control
variable.
---------------------------------------------------------------------------------------
535 MESSAGE "! " ACCESSED, BUT NOT INITIALIZED (535)
W CAUSE A simple variable appears in an expression, as a value
parameter, or in some other accessing reference and it has
never appeared in an assigning reference, such as a reference
parameter, on the left side of an assignment statement.
Some component of a structured variable appears in an accessing
reference, but no component of that variable has yet appeared
in an assigning reference.
ACTION Make sure the variable is initialized.
---------------------------------------------------------------------------------------
536 MESSAGE LABEL "! " DECLARED, BUT NOT USED TO MARK ANY STATEMENT (536)
W CAUSE The label appears in a LABEL declaration, but is not used to
mark any statement.
ACTION Remove label from LABEL declaration.
---------------------------------------------------------------------------------------
537 MESSAGE THIS PREVIOUSLY UNIMPLEMENTED FEATURE IS NOW IMPLEMENTED (537)