plain text
fnCompareStrings()
Description
This function compares two strings and returns true if they are the same
and false if they are not. Two optional parameters are available to determine
conditions of the comparison.
Syntax
fnCompareStrings(sFirst, sSecond, [SeeWhiteSpace], [bCaseSensitive])
Example
<%@ Language=VBScript %>
<% Response.Buffer = true %>