Hiya all,
Would anyone know how to set up and use an array in VB?
What i am trying to do is set up a 'phone pad' style Coding System.
E.g.
the Array would assign Letters to a Number:
A,B,C ->2
D,E,F ->3
G,H,I ->4
etc.
then to code an input string as numbers:
Adam -> 2326
Thanks in advance.
Adam
Would anyone know how to set up and use an array in VB?
What i am trying to do is set up a 'phone pad' style Coding System.
E.g.
the Array would assign Letters to a Number:
A,B,C ->2
D,E,F ->3
G,H,I ->4
etc.
then to code an input string as numbers:
Adam -> 2326
Thanks in advance.
Adam