This Subroutine allows the Descriptive Text associated with a previously defined Menu Button on the currently setup Menu to be fetched (retrieved).
Short Name Calling Sequence
STATUS = UIFHBU(BUTTID,BUTEXT[,BULENG])
Long Name Calling Sequence
STATUS = UI_FETCH_BUTTON(...)
Input Arguments
BUTTID (Integer) Button ID
Output Arguments
BUTEXT (Character) Button Descriptive Text BULENG (Integer) Length of Button Text (Optional)
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
UI__ILLEGAL_MENU ) Illegal Menu ID UIILME )
UI__ILLEGAL_BUTTON ) Illegal Button ID UIILBU )
UI__TRUNCATED ) Button Text Truncated UITRUN ) Note: