next up previous contents
Next: Modify OK Text Up: UIPACK Configuration Subprograms Previous: Setup new Input

Modify HELP Text String

This Subprogram allows a Programmer to specify a new HELP Text String in addition to the default ``?".

Short Name Calling Sequence

STATUS = UIMOHE(STRING)

Long Name Calling Sequence

STATUS = UI_MODIFY_HELP(...)

Input Arguments

STRING (Character) New HELP Text String

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI ) Note:

  1. The specified text string, when typed by the User in response to a request for Input in Menu or Command Line Modes of operation, will be recognised as an alternative form of ``Request for Help", in addition to the default ``?" form.
  2. The specified text string should contain no embedded spaces or tabs.


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