This Subprogram attempt to decode the specified text string into a Decimal Integer Upper and Lower Bound. No alternative syntaxes are allowed and thus Octal and Hexadecimal representations are not valid, unlike the case of UI_DECODE_INT_BOUNDS.
Short Name Calling Sequence
STATUS = UIDCDB(STRING,VALUES)
Long Name Calling Sequence
STATUS = UI_DECODE_DEC_BOUNDS(...)
Input Arguments
STRING (Character) Text String VALUES (Integer Array) Default Bounds
Output Arguments
VALUES (Integer Array) Decoded Bounds
Function Value
UI__SUCCESS ) Success UISUCC )
UI__DEFAULTED ) Defaulted UIDFLT )
UI__ILLEGAL_SYNTAX ) Illegal Syntax UIILSY ) Note: