| Name | Desciption | Data Type |
|---|---|---|
| COMPordDIGIT | Tests whether two strings contain the same number of instances of each digit and in the same order. Only two return values; 1 = True, 0 = False | Integer |
| COMPordDIGITBool | Tests whether two strings contain the same number of instances of each digit and in the same order. 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.