E
El Camino
I need to switch a string to an integer
if its strLetter = "A"
integer value of 1
if its strLetter = "B" then
integer value of 2
if its strLetter = "C" then
integer value of 3
if its strLetter = "D" then
integer value of 4
wihtout goiing threw and extensive selection process....
Maybe a function that im not aware of....
and so on...
Thanx
if its strLetter = "A"
integer value of 1
if its strLetter = "B" then
integer value of 2
if its strLetter = "C" then
integer value of 3
if its strLetter = "D" then
integer value of 4
wihtout goiing threw and extensive selection process....
Maybe a function that im not aware of....
and so on...
Thanx