Hi all,
I'm writing a VB program for a school project, and I have what I think is a very simple question.

I have 13 arrays, each labeled SensorArray1, SensorArray2, etc. What I want to do is make a FOR loop from i=1 to i=13 that will read or write data to the arrays. i.e. SensorArrayi = xxxxx. What is the syntax to tack that "i" on the end of SensorArray? Is it possible? please help....

Adam