next up previous contents
Next: Define New Length Up: Verb Parameter and Previous: Drop Delete Alias

Define Verb Priority

This Subroutine defines a non-default Priority for the currently setup Verb within the currently setup Verb Group. When an ambiguous response is received from the User, the Verb with the highest priority will be assumed by default (otherwise an ambiguous response error will be flagged). The Priority may also be used to temporarily disable the currently setup Verb without dropping the corresponding Qualifiers etc.

Short Name Calling Sequence

STATUS = UIDFPR(PRIOR)

Long Name Calling Sequence

STATUS = UI_DEFINE_PRIORITY(....)

Input Arguments

PRIOR (Integer) Priority

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

UI__ILLEGAL_VERB ) Illegal Verb UIILVB ) Note:

  1. The Default Priority is Zero.
  2. A negative Priority will disable the corresponding Verb.


Liz Buckle
Fri Jan 13 17:24:10 CST 1995