The Valid_State_Integer procedure returns true iff the integer scalar or array variable is in a valid state - that is, iff the variable passes all of the valid state tests.
Calling syntax:
Logical = Valid_State(I) | or |
Logical = Valid_State_NP(I) |
Input variable:
I | An integer scalar variable or a pointer to an allocated integer array variable. A non-pointered variable may be used with the Valid_State_NP version of the call. |
Output variable:
Valid_State | True iff the integer scalar or array variable is in a valid state. |
The Valid_State_Integer code listing contains additional documentation.
Michael L. Hall