HP Pascal/iX Reference Manual (31502-90022)

A-: 13
---------------------------------------------------------------------------------------
081 MESSAGE ARRAY ELEMENT TYPES NOT EQUIVALENT (081)
CT CAUSE PACK and UNPACK array parameters must have identical component
types.
ACTION Use identical component types.
---------------------------------------------------------------------------------------
082 MESSAGE INVALID ARRAY SIZE (082)
CT CAUSE The size of the array is too big for the compiler.
In PACK or UNPACK the destination array is not large enough.
ACTION Use a smaller array size.
---------------------------------------------------------------------------------------
083 MESSAGE WRONG NUMBER OF ELEMENTS FOR ARRAY OR STRING CONSTANT (083)
CT CAUSE While building an array or string constant, more components
were specified than declared.
Not all the components were specified while building an array
constant.
ACTION Use the correct number of components that need to be specified.
---------------------------------------------------------------------------------------
084 MESSAGE INVALID INDEX TYPE (084)
CT CAUSE Index type is not an ordinal type.
ACTION Use an ordinal type.
---------------------------------------------------------------------------------------
085 MESSAGE REFERENCE TYPE MUST BE STRING OR ARRAY (085)
CT CAUSE Tried to index a structure that is not an array or string.
ACTION Use an array or string in this context.
---------------------------------------------------------------------------------------
086 MESSAGE MAXIMUM STRING LENGTH MUST BE BETWEEN 1 AND ! (086)
CT CAUSE Tried to declare string with a maximum length < 1 or > the
limit mentioned in the message.
ACTION Correct the string maximum length specification so it is in the
permitted range.
---------------------------------------------------------------------------------------
087 MESSAGE EXPRESSION FOR MAXIMUM LENGTH MUST BE TYPE INTEGER (087)
CT CAUSE Tried to declare a string with a noninteger constant expression
for the maximum length.
ACTION Use an integer constant in this context.
---------------------------------------------------------------------------------------