Name: sysSTREQU
Type: Function
Return value: BOOL
Language type:
Description:
Test if two STRINGSs are equal.
The function return a BOOL which could have the following meanings:
TRUE = Equal.
FALSE = Not equal.
Input:
Name |
Type |
Description |
msg1 |
STRING |
first string |
msg2 |
STRING |
second string |