J
John
Hi
I have a list of value pairs as below;
Section Name Section Type
A1111 Z9999
B2222 Y8888
C3333 X7777
What is a good intuitive way to store this information in memory? I was
thinking a two-dimensional array of strings, is there a better way?
Thanks
Regards
I have a list of value pairs as below;
Section Name Section Type
A1111 Z9999
B2222 Y8888
C3333 X7777
What is a good intuitive way to store this information in memory? I was
thinking a two-dimensional array of strings, is there a better way?
Thanks
Regards