Strings

<< Click to Display Table of Contents >>

Navigation:  FindOnClick > FindOnClick For Advanced Users > Scripting > Functions >

Strings

 

function SameText(String1, String2);

 

String1: The string to compare with String2.

String2: The string to compare with String1.

 

Return value: Returns TRUE if string1 and string2 are the same (case insensitive).

 

 

function SameStr(String1, String2);

 

String1: The string to compare with String2.

String2: The string to compare with String1.

 

Return value: Returns TRUE if string1 and string2 are the same (case sensitive).

 

 

 

<%SBCOPYRIGHT%>