Thanks.
However, being the complete incompetent that I am, I have yet another question.
I realize that the answer is probably floating about somewhere on the net, but I thought I'd ask here first.
Ok, assuming that I create a dictionary object, and I enter all my possible destinations. This leaves me with two problems:
1. I am not able to enter multiple strings for each "letter" in the dictionary. If I do, this leads to problem 2.
2. I have multiple values in each dictionary object, is there any way to call a different string for each key within the dictionary. IE:
"a" - "AA, AB, AC"
can I tie each one to a different key within the dictionary object, or do I need to do this outside the dictionary?
Thanks |