HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)

Appendix B 537
VPLUS Error Messages
VPLUS Intrinsic Error Messages
341
Attempted a SET from a field
containing an invalid number.
A numeric value is expected as the source of a
SET statement, but the source is not a valid
number.
344
Internal error: Invalid op in
long eval.
345
Overflow in an add operation.
Value is outside 4-word REAL range.Range of
4-word REAL is from approximately 8.636
times 10^(-78) to 1.158 times 10^77.
346
Overflow in a subtract
operation.
See error 345.
347
Overflow in a multiply
operation.
See error 345.
348
Overflow in a divide operation.
See error 345.
349
Overflow in a percent
operation.
See error 345.
350
Index expression out of range
in an "index of" numeric
statement.
In an index retrieve operand (index OF
element, element...) the index evaluates to a
digit greater than the number of elements in
the list. (Numeric operands).
351
Overflow in a negate operation.
See error 345.
360
Attempted a SET from a field
containing an invalid date.
A date is expected as the source of a SET
statement, but the date is not valid.
363
Internal error: Invalid op in
double eval.
364
Index expression out of range
in an "index of" date
statement.
See error 350. (Date operands)
370
Internal error: Invalid op in
text eval.
371
Index expression out of range
in an "index of" text
statement.
See error 350. (CHAR operands)
380
The index expression evaluates
to "empty."
An arithmetic expression used as the index in
an index OF element, element.. operand is
blank or zero.
Error Message Cause/Action