plain text
fnUnionOfSets()
Description
This function takes two arrays or delimited string lists and returns an
array of unique elements which represent all members contained in both
sets. This function used a global variable to return the result owing
to VBscripts inability to return more than one value to a function
Syntax
fnUnionOfSets(setFirst, setSecond)
Example
<%@ Language=VBScript %>
<% Response.Buffer = true %>