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

CompareString

INT

Input

ps1

POINTER TO STRING

ps2

POINTER TO STRING