STRCOMP |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > STRCOMP
|
|
Purpose |
STRCOMP compares two strings (in either case sensitive or insensitive mode) returning result value. |
Syntax |
variable = STRCOMP (operand1,operand2,operand3) |
Operation |
operand1 is any valid alphanumeric or wide character constant or variable |
Remarks |
The operation returns 0 if the strings are equal and 1 if the strings are not equal. |
Example |
|
Topic ID: 520121