SCP

String compare

@SCP(string1, string2)

Description

Returns an integer 1 if the two strings compare, 0 otherwise. The two strings must be separated by a comma.

Example

IF @SCP('main','MAIN') ; does main equal MAIN?