Click to See Complete Forum and Search --> : returns numeric values only


bddosch
09-26-2003, 03:49 AM
Is there and ASP function that returns only nuymeric values

EX: 1234ytoj

returns

1234

Thanks

Ribeyed
09-30-2003, 03:34 PM
Hi,
can't find the code for doing this but you can maybe do it another way. I would suggestion you split the string into single characters then evaluate the character if its a number then put it in an array then assemble the array into on string at the end. Only way i can think of to do it.

If you find the code please let me know and i will let you know, thanks