Hello,
jjansen wrote:
By the way, if you want the sizes of the second dimension to be the same, you might consider using a two-dimensional array like this: int[,] wind = new int[2, 3];
Thank you for the information about the 2D-array. (never used it before) How do I get access to a spezial array? (int[] intarray = wind[0]) //doesn't work Thanks for your time Martin