next up previous contents
Next: Modify RETRY Text Up: UIPACK Configuration Subprograms Previous: Modify HELP Text

Modify OK Text String

This Subprogram allows a Programmer to specify a new OK Text String that will be recognised as indicating acceptance of subsequent Menus.

Short Name Calling Sequence

STATUS = UIMOOK(STRING)

Long Name Calling Sequence

STATUS = UI_MODIFY_OK(...)

Input Arguments

STRING (Character) New OK 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 will cause the currently displayed Menu to be exited with the currently setup Button Values.
  2. The specified text string should contain no embedded spaces or tabs.


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