DFSTRICMP - cDesktop
Case insensitive string search function for array searches
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| sValue1 | String | String Value 1 |
| sValue2 | String | String Value 2 |
Syntax
Function DFSTRICMP String sValue1 String sValue2 Returns Integer
Call Example
Get DFSTRICMP sValue1 sValue2 to IntegerVariable
Description
This case insensitive string search function is used by the following array functions:
BinarySearchArray BinarySearchInsertPos CountArray SearchArray SortArray
DFSTRICMP is not intended for use as a standalone function.
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