| Name | Desciption | Data Type |
|---|---|---|
| COMPanyDIGIT | Tests whether two strings contain the same number of instances of each digit irrespective of the order in which they appear. Only two return values; 1 = True, 0 = False | Integer |
| COMPanyDIGITBool | Tests whether two strings contain the same number of instances of each digit irrespective of the order in which they appear. Only two return values; TRUE, FALSE | Boolean |
| Str1 | First string | String |
| Str2 | Second string | String |


There are no error values specific to either of these functions. Any potential errors result in a return value of 0 or FALSE.