Next: Inquire UIPACK Initialised
Up: Inquiry Subprograms
Previous: Inquire Output Logical
This Subprogram allows the current Verb Parameter to be determined.
Short Name Calling Sequence
STATUS = UIIQPA(PARAM)
Long Name Calling Sequence
STATUS = UI_INQUIRE_PARAMETER(...)
Input Arguments
None
Output Arguments
PARAM (Character) Parameter Name
Function Value
UI__SUCCESS ) Success
UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized
UININI )
Note:
- The current Parameter is defined as that currently in use
(UI_USE_PARAMETER or UI_DEFINE_PARAMETER).
- The Argument PARAM will be set to null (all spaces) if the currently
setup Verb has no associated Parameters or none has been setup (via
UI_USE_PARAMETER).
- The Argument PARAM be set to null (all spaces) if UIPACK has not been
initialised.
Liz Buckle
Fri Jan 13 17:30:40 CST 1995