J
Jim Bob
I have a character Data field coming in such as
06-1460-2
40 5000 55 5
50-4-55-6445
I need to strip the dash, blanks or any other non numeric
character from this field and return just the numbers
such as
0614602
405000555
504556445
I need a function in VB.net.
Can this be done?
jwc
06-1460-2
40 5000 55 5
50-4-55-6445
I need to strip the dash, blanks or any other non numeric
character from this field and return just the numbers
such as
0614602
405000555
504556445
I need a function in VB.net.
Can this be done?
jwc