[thelist] VB Array

Chris axe at suburbia.com.au
Thu Jul 4 00:02:00 CDT 2002


Hey,

I haven't played around with any VB for quite a while so I was wondering if
any of you can give me a hand. What is the VB-ish way of determining whether
an array index is set?

For example if I have an array set up as:

	MyArray(2)="Value2"
	MyArray(3)="Value3"
	MyArray(5)="Value4"
	MyArray(9)="Value5"

then the only set index values would be 2,3,5, and 9.

How can I programmatically check if MyArray(4) is set?

Regards,
Chris




More information about the thelist mailing list