Inspect Manual

Error and Warning Messages
Inspect Manual429164-006
A-37
294
294
The requested operation required a conversion between incompatible types.
295
The requested operation required a conversion between incompatible types. For
example, a file number must be a positive integer value and Inspect was unable to
convert the entered expression into a integer value.
296
The specified variable is a type for which no address information is available. Inspect
does not have access to the variable.
297
The count specified in a STEP command must be a positive integer less that or equal
to 32767.
298
You requested access to a particular activation of a subprocedure. This particular
instance does not exist. For example, DISPLAY subproc^ name(3).sublocal would get
this message when there are only two instances of subproc^name on the stack.
299
The number specified for a subprocedure instance must be a signed 16-bit integer. For
example, the instance shown here, DISPLAY subproc^name (3000000).sublocal, is
invalid.
Unable to convert the expression to the type of the variable
being modified
A file number must be an integer expression
No address for variable ID
Step count maximum is 32767
No such instance of subprocedure on stack
A subprocedure instance must be a signed 16-bit integer:
subprocedure name