2.5.52 FnGroupID
The FnGroupID structure is an unsigned integer used to classify functions into conceptual groups. For example, functions in the same group can be searched or selected from the application's user interface. Or, for example, it can be used to filter the list of all functions to enable the user to choose from functions used for financial data. The value of this structure MUST be a value from the following table.
Value of FnGroupID |
Function group classification |
---|---|
0 |
(reserved) |
1 |
Financial |
2 |
Date and Time |
3 |
Math and Trig |
4 |
Statistical |
5 |
Lookup & Reference |
6 |
Database |
7 |
Text |
8 |
Logical |
9 |
Information |
10 |
Commands |
11 |
Customizing |
12 |
Macro Control |
13 |
DDE/External |
14 |
User Defined |
15 |
Engineering |
16 |
Cube |
Any value that is greater than 16 and also less than the value of the iMac field of BrtBeginFnGroup (section 2.4.88). |
(reserved) |
Any value that is greater than the value of the iMac field of the BrtBeginFnGroup record and less than or equal to the value of the iMac field of BrtBeginFnGroup plus the count of the BrtFnGroup (section 2.4.682) records. |
User-definable function groups, names of which are defined in BrtFnGroup records. |