next up previous contents
Next: Inquire Error Reporting Up: Inquiry Subprograms Previous: Inquire Button Text

Inquire Input Echo Level

This Subprogram allows the current Input Echo Level to be determined.

Short Name Calling Sequence

STATUS = UIIQEC(LEVEL)

Long Name Calling Sequence

STATUS = UI_INQUIRE_ECHO(...)

Input Arguments

None

Output Arguments

LEVEL (Integer) Echo Level (See Notes)

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

Note:

  1. The LEVEL Output Argument can take the following values:-

    UIECHODISABLED ) Echo Disabled UIECDI )

    UIECHOSWITCHED ) Echo Switched UIECSW )

    UIECHOENABLED ) Echo Enabled UIECEN )

    Where these parameters are defined in the UIPACK Parameter Include files (see Appendix B).

  2. The Echo Level Argument LEVEL will be set to UI_ECHO_DISABLED if UIPACK has not been initialised.


Liz Buckle
Fri Jan 13 17:30:40 CST 1995