next up previous contents
Next: Inquire Learn Filename Up: Inquiry Subprograms Previous: Inquire Input Logical

Inquire Learn Mode Enabled

This Subprogram allows an Application Program to determine whether ``Learn" Mode is enabled or not.

Short Name Calling Sequence

STATUS = UIIQLE(LEARN)

Long Name Calling Sequence

STATUS = UI_INQUIRE_LEARN(...)

Input Arguments

None

Output Arguments

LEARN (Logical) Learn Mode enabled Flag

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

Note:

  1. The LEARN Argument will be set .TRUE. if ``Learn" Mode is enabled and .FALSE. if it is not.
  2. UIPACK automatically disables ``Learn" Mode for the duration of Indirect Command Files. This Subprogram does not reflect this and only indicates that Learning is enabled via a call to UI_ENABLE_LEARN (or ``{" has been given as a User Response). UI_INQUIRE_INDIRECT may be used to determine whether Input is being taken from an Indirect Command File if so desired.


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