next up previous contents
Next: Inquire UIPACK Initialised Up: Inquiry Subprograms Previous: Inquire Output Logical

Inquire Current Verb Parameter

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:

  1. The current Parameter is defined as that currently in use (UI_USE_PARAMETER or UI_DEFINE_PARAMETER).
  2. 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).
  3. 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