plain text
fnTestSetIdentity()
fnTestSetMembership(...)
Description
This function compares two Sets (ie either Arrays or String Lists) or a
value and a Set
and determins if the first value or set is contained within the other. .
Syntax
fnName(setFirst, setSecond, [bCaseSensitive], [bSeeWhiteSpace])
Example
Untested code
<%@ Language=VBScript %>
<% Response.Buffer = true %>