Utilities Class (clsUtilities.cls)

fdmAPI.API.DataWindow.Utilities.API Call

Table 55. Utilities Class (clsUtilities.cls)

API CallMethod/Property/Object ReferenceDescription
fParseStringMethodExtract 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

fGetRandomNumberMethodGet a random number based on a two integer range.

Inputs: ByRef intUpper As Short, ByRef intLower As Short

Output: Short