D
DraguVaso
Hi,
I need to create a list a litle bit like this:
1 = q
2 = t
3 = z
4 = u
.....
But I need to have it in such a way that I can find easily the letter for a
given number, but also find easily the number for a given letter.
Is there a structure liek this in VB.NET? Or should I make it myself with a
DataView and a filter?
Thanks,
Pieter
I need to create a list a litle bit like this:
1 = q
2 = t
3 = z
4 = u
.....
But I need to have it in such a way that I can find easily the letter for a
given number, but also find easily the number for a given letter.
Is there a structure liek this in VB.NET? Or should I make it myself with a
DataView and a filter?
Thanks,
Pieter