Utilities Class (clsUtilities.cls)

fdmAPI.API.DataWindow.Utilities.API Call

Table 7-8 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: 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