Hi,
I have a hash array with key-value pair like
1-AAAA
2-BBBB
.
.
.
11-KKKKK
....
..
21-LLLL
however, when i loop through the array, it does not print the values in the order it was put in.
How do i make it to print the values in the order in was put in?
Thanks for your help,
Madhu
I have a hash array with key-value pair like
1-AAAA
2-BBBB
.
.
.
11-KKKKK
....
..
21-LLLL
however, when i loop through the array, it does not print the values in the order it was put in.
How do i make it to print the values in the order in was put in?
Thanks for your help,
Madhu