I am having a funny array problem:
I build a multi-dimensional array: a(250,10) Most of the elements don't really use any index in the send dimension(10) past 0. this leaves null values in 1-10. When I try to loop through the array, and stop looping when I come to a null value, it still pulls out values (always 4, to be specific, no matter how many values are used in the array)
Anyone have any ideas?
Kevin
I build a multi-dimensional array: a(250,10) Most of the elements don't really use any index in the send dimension(10) past 0. this leaves null values in 1-10. When I try to loop through the array, and stop looping when I come to a null value, it still pulls out values (always 4, to be specific, no matter how many values are used in the array)
Anyone have any ideas?
Kevin