Login | |
|
 |
RE: removing duplicate array values - 11/12/2005 9:18:05 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
a quick and easy way to check for duplicates is to use the scripting.dictionary
_____________________________
Have you searched here ? VBScript Fundamentals My Site
|
|
| |
|
|
|
 |
RE: removing duplicate array values - 11/13/2005 7:33:29 PM
|
|
 |
|
| |
ginolard
Posts: 1068
Score: 21
Joined: 8/10/2005
Status: offline
|
Kirrilian is right. If you just want a simple 2-dimensional array then take a look at the Dictionary object, I find myself using it more and more often.
|
|
| |
|
|
|
|
|