Hi Everyone,
I'm using Multidimensional arrays for the first time and am having a little bit of trouble. I have a 2d array called myArray(50,2) which will store a date in the first "column" and a unique integer in the second "column" i.e.
Date1, 1
Date2, 6
Date3, 5
Date4, 3
Date5, 2
What i need to do is search the "2nd Column" of the array for X and get the corresponding date value so that i can compare the dates. I hope this makes some sense.
Any help would be greatly appreciated.
Many thanks
GPM
I'm using Multidimensional arrays for the first time and am having a little bit of trouble. I have a 2d array called myArray(50,2) which will store a date in the first "column" and a unique integer in the second "column" i.e.
Date1, 1
Date2, 6
Date3, 5
Date4, 3
Date5, 2
What i need to do is search the "2nd Column" of the array for X and get the corresponding date value so that i can compare the dates. I hope this makes some sense.
Any help would be greatly appreciated.
Many thanks
GPM