Hi,
Is there any convenient way to Eliminate duplicates from an array or a comma delimited string in VBSCript?
There was this easy way with VB where we forcefully add duplicates to a collection after setting
. But how to do it in ASP/VBSCript ?
Desperate for solution... Thanks!
RR
Is there any convenient way to Eliminate duplicates from an array or a comma delimited string in VBSCript?
There was this easy way with VB where we forcefully add duplicates to a collection after setting
Code:
On Error Resume Next
Desperate for solution... Thanks!
RR