A
Anil Gupte
How can I dimension an array like this:
dim info(a as integer, b as string) so I can store somthing like
{{"John", 10}{"Dan", 20}{"Jane", 30}}
I want to be able to sort this array too, but I think I can swing that if I
know how to create this array or whatever else method is needed.
dim info(a as integer, b as string) so I can store somthing like
{{"John", 10}{"Dan", 20}{"Jane", 30}}
I want to be able to sort this array too, but I think I can swing that if I
know how to create this array or whatever else method is needed.