jrvbdeveloper
Member
- Joined
- Jul 15, 2007
- Messages
- 17
- Programming Experience
- Beginner
Hi,
Is it possible to have a multi-dimensional array of different types?
Lets say I want the following in a multi-dimensional array:
Joe 25
Tom 30
Jeff 55
Mike 42
The names are strings but the ages are integers. How would I go about doing this?
Thanks in advance.
Is it possible to have a multi-dimensional array of different types?
Lets say I want the following in a multi-dimensional array:
Joe 25
Tom 30
Jeff 55
Mike 42
The names are strings but the ages are integers. How would I go about doing this?
Thanks in advance.