next up previous contents
Next: Deassign Drop a Up: Verb Parameter and Previous: Verb Parameter and

Assign Verb Group

This Subprogram may be used to assign or allocate a free Verb Group ID. This assignment will be unique within a particular program such that programmers each coding a program module to be later blended together may ensure that they avoid clashes with conflicting verb names etc.

Short Name Calling Sequence

STATUS = UIASGP(GROUP)

Long Name Calling Sequence

STATUS = UI_ASSIGN_GROUP(...)

Input Arguments

None

Output Arguments

GROUP (Integer) Group ID

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

UI__NO_FREE_GROUPS ) No Free Groups available UINOGP ) Note:

  1. Group IDs lie in the range 0-4095, where Group 0 (the default) is already assigned.
  2. Verbs will be associated by default with Group 0 (zero) unless explicitly defined to reside within another Group.


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