LStrPtr LStrCmp(l1p, l2p);
Lexically compares two LabVIEW strings to determine whether one is less than, equal to, or greater than the other. This comparison is case sensitive.
| Name | Type | Description | 
|---|---|---|
| l1p | LStrPtr | Pointer to a LabVIEW string. | 
| l2p | LStrPtr | Pointer to a LabVIEW string. | 
<0, 0, or >0 if l1p is less than, equal to, or greater than l2p, respectively. Returns <0 if l1p is an initial substring of l2p.