Thread: Array Problems
View Single Post
  #1  
Old February 21st 07, 03:19 PM posted to microsoft.public.outlook.program_forms
Dan Allason
external usenet poster
 
Posts: 7
Default Array Problems

Hi All,

I am having significant trouble with using Arrays in VBScript. I imagine I
am not initiating the array correctly or something along those lines! The
following code produces the error "Subsript out of range: arrIDs":

Dim arrIDs()

arrIDs() = Split(strTest,",")

''''''
The UBound function also produces the same error. Is there something wrong
with my code or maybe my system?? Any help is greatly appreciated.
Dan
Ads