DFSTRICMP - cDesktop

Case insensitive string search function for array searches

Type: Function

Return Data Type: Integer

Parameters: String sValue1 String sValue2

ParameterDescription
sValue1String Value 1
sValue2String Value 2


Return Value

(GT) - if first parameter is greater than second parameter, (EQ) - if parameters order are (considered) equal, (LT) - if first parameter is less than second parameter


Syntax
Function DFSTRICMP String sValue1 String sValue2 Returns Integer

Call: Get DFSTRICMP sValue1 sValue2 to IntegerVariable


Description

This case insensitive string search function is used by the following array functions:



DFSTRICMP is not intended for use as a standalone function.