HP Pascal/iX Reference Manual (31502-90022)

A-: 61
CT CAUSE There was an attempt to type coerce NIL.
There was an attempt to type coerce a procedure name.
ACTION Remove the type coercion.
---------------------------------------------------------------------------------------
820 MESSAGE BIAS IS LESS THAN MINIMUM ARRAY INDEX (820)
CT CAUSE The bias parameter to a MOVE procedure will always cause an
index range error before the move is completed.
ACTION Fix the bias parameter or count parameter.
---------------------------------------------------------------------------------------
821 MESSAGE BIAS + COUNT IS GREATER THAN MAXIMUM ARRAY INDEX (821)
CT CAUSE The bias and move count parameters to a MOVE procedure will
always cause an index range error before the move is completed.
ACTION Fix the bias parameter or count parameter.
---------------------------------------------------------------------------------------
822 MESSAGE BIAS IS NOT ASSIGNMENT COMPATIBLE WITH ARRAY INDEX TYPE (822)
CT CAUSE A bias parameter of a type that is not assignment compatible to
the index type of an array parameter to a MOVE procedure was
specified.
ACTION Fix the bias parameter to be of the same type as the index of
the array.
---------------------------------------------------------------------------------------
823 MESSAGE TARGET ELEMENT TYPE DOES NOT MATCH SOURCE ELEMENT TYPE (823)
CT CAUSE Element type of the source and target parameters to a MOVE
procedure must be identical.
ACTION Use a different mechanism to move data.
---------------------------------------------------------------------------------------
824 MESSAGE ACTUAL PARAMETER MUST BE AN ARRAY (824)
CT CAUSE The source or target parameter to a MOVE procedure is not an
array type, which it must be.
ACTION Declare the type as an array or coerce the parameter to an
array type.
---------------------------------------------------------------------------------------
825 MESSAGE A CRUNCHED STRUCTURE IS REQUIRED HERE (825)
CT CAUSE Any structures nested within a crunched structure must also be
crunched.
ACTION Declare the inner structure "crunched".
---------------------------------------------------------------------------------------
826 MESSAGE INVALID TYPE FOR COMPONENT OF A CRUNCHED STRUCTURE (826)
CT CAUSE Crunched structures may only have components of certain types.