fnTestSetIdentity() fnTestSetIdentity(...) DESCRIPTION This function compares two Sets (ie either Arrays or String Lists) or a value and a Set and tests if the sets are identical. . SYNTAX fnName(setFirst, setSecond, [bCaseSensitive], [bSeeWhiteSpace]) EXAMPLE <%@ Language=VBScript %> <% Response.Buffer = true %> <% '-->-->-->-->-->-->-->-->--> '--<--<--<--<--<--<--<--<--< %> RESULTS False PARAMETERS setFirst-- setSecond-- [bCaseSensitive] This parameter determines if strings are compared in a case sensitive manner or not [bSeeWhiteSpace] This param determines if all 'bordering' white space (tabs, returns, spaces) is stripped from string values before making a comparison. STATUS to do DEPENDENCIES LAST MODIFIED 12 April 2000 PROGRAMMER Matthew Bishop (matthew@massive.com.au or matth3wbishop@yahoo.com) LOCATION http://www.geocities.com/matth3wbishop/eg/asp/ DOCUMENTATION http://www.geocities.com/matth3wbishop/eg/asp/ COMMENTS: a) b) c)