This Subprogram tests whether more Parameters remain on the Input Line. It is intended for use in the situation where a Verb may have a variable number of Parameters associated with it. An example of this might be a PRINT command where at least one file must be specified, but more files may be printed if so desired.
Short Name Calling Sequence
STATUS = UIPARE(DUMMY)
Long Name Calling Sequence
STATUS = UI_PARAMETERS_REMAIN(...)
Input Arguments
DUMMY (Integer*4) Dummy Function Argument
Output Arguments
None
Function Value
UI__SUCCESS ) Success UISUCC )
UI__EMPTY ) Line empty UIMPTY )
UI__NOT_INITIALIZED ) Package not Initialized UININI ) Note: