plain text
fnIntersectionOfSets()
fnIntersectionOfSets(...)
Description
This function compares two arrays or string lists and returns an array
of all members which are common to
both. The string lists are parsed into their elements.
Syntax
fnIntersectionOfSets(setFirst, setSecond, bCaseSensitive,
bSeeWhiteSpace)
Example
Untested code
<%@ Language=VBScript %>
<% Response.Buffer = true %>