I am just storing decimal numbers in the arrays. I had an earlier problem by using a 2 dimensional array, Sensors(13, X) because I need to dynamically change the size of each array element, as these arrays hold data for a chart, and depending on the amount of data to be input will depend on the size of the array. The way I have it now works, except I'd like to save some code by just adding this "i" on the end of SensorArray, if that's possible. Thank you for your fast reply! Any more info would be great!

Adam