CompareString (FUN)
FUNCTION CompareString : INT
Case sensitive comparison of two strings Return values: 0 -> the strings are equal -1 -> ps1 is less than ps2 1 -> ps1 is larger than ps2
- InOut:
Scope
Name
Type
Return
CompareStringINTInput
ps1POINTER TO STRING
ps2POINTER TO STRING