UNIQIFY
Name
UNIQIFY
Purpose
Returns the unique elements of an array.
Category
Misc
Calling Sequence
Result = UNIQIFY(Array)
Inputs
Array: An array whose elements are to be uniqued.
Modification History
Written by: Jeremy Bailin
9 March 2011 Initial writing