9.77 GET_BIF_LIST
Searches for the BIF name and returns a working list containing user defined BIF details.
This is a Specialized Built-In Function for use in a Development Environment only.
Arguments
No. | Type | Req/ Opt | Description | Min Len | Max Len | Min Dec | Max Dec |
|---|---|---|---|---|---|---|---|
1 | A | Req | Search Built-In Function Name | 1 | 20 |
Return Values
No. | Type | Req/ Opt | Description | Min Len | Max Len | Min Dec | Max Dec |
|---|---|---|---|---|---|---|---|
1 | L | Req | Working list containing BIF details. The list must be in the following format and not contain more than 32,767 entries: From - To Description 1 - 4 BIF Number 5 - 24 BIF Name 25 - 64 BIF Description | 64 | 64 | ||
2 | A | Req | The last Built-In Functions in the returned list. | 1 | 20 | ||
3 | A | Req | Return Code OK = list returned partially or completely filled with BIF details. No more Built-In Functions exist beyond those returned in the list. OV = list returned completely filled, but more Built-In Functions than could fit in the list still exist. NR = list was returned empty. Last Built-In Function in list returned as blanks. | 2 | 2 |