Table 49. Utilities Class (clsUtilities.cls)
| API Call | Method/Property/Object Reference | Description |
|---|---|---|
| fParseString | Method | Extract a substring from a delimited string based on its field position within the total number of fields. Inputs: Inputs: ByVal strRecord As String, ByVal intFldCount As Integer, ByVal intFldToReturn As Integer, ByVal strDelimiter As String Output: String |
| fGetRandomNumber | Method | Get a random number based on a two integer range. Inputs: ByRef intUpper As Short, ByRef intLower As Short Output: Short |