can you not write the Array individually:
Set coll=CreateObject("System.Collection.ArrayList")
coll.Add "70"
coll.Add "90"
coll.Add "42"
...
...
etc.
can you not write the Array individually:
Set coll=CreateObject("System.Collection.ArrayList")
coll.Add "70"
coll.Add "90"
coll.Add "42"
...
...
etc.