D
DS
I need to remove any alpha from a field...such as
11a = 11
2 = 2
141b = 141
23c = 23
4a = 4
The alpha is always at the end..
Sometimes there is an alpha, sometimes not.
How can I do this simply, I've been looking around and the solutions
seem very complicated with looping and all. I don't need to loop it's
for only one field andone record at a time.
Thanks
DS
11a = 11
2 = 2
141b = 141
23c = 23
4a = 4
The alpha is always at the end..
Sometimes there is an alpha, sometimes not.
How can I do this simply, I've been looking around and the solutions
seem very complicated with looping and all. I don't need to loop it's
for only one field andone record at a time.
Thanks
DS