A
aprivate
Hi
I need help with a code snippet for the following
problem.
1. I have 2 elements , one is a datetime element and another is an integer
2. I would like to store this in a array so that for each index of the array
I can refer to the integer value or the datetime value.
I think I need some kind of structure that a 1 dimensional array can point
to
and this structure that contains the 2 data types
How can I declare this and access this structure?
Allan
I need help with a code snippet for the following
problem.
1. I have 2 elements , one is a datetime element and another is an integer
2. I would like to store this in a array so that for each index of the array
I can refer to the integer value or the datetime value.
I think I need some kind of structure that a 1 dimensional array can point
to
and this structure that contains the 2 data types
How can I declare this and access this structure?
Allan