Question : How to extract Numbers from a text string ?

Hello gurus,

I have a string that contains numbers : example "RW( 32)" OR "ABILF32"

What is the best way to extract the number out of that string ?

thanks

Answer : How to extract Numbers from a text string ?

? CHRTRAN("RW( 32)", CHRTRAN("RW( 32)","1234567890",""),"")
Random Solutions  
 
programming4us programming4us