REReplace(str,"[[:alpha:]]" ,"","all") to strip alphas
If you only want to keep digits:
REReplace(str,"[^0-9]" ,"","all")

But in your example, it would output 77450934 and not 450934

Pascal

> -----Original Message-----
> From: brobborb [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 23 maart 2004 23:10
> To: CF-Talk
> Subject: Stripping Alphas
>
> How do i strip all the alphas off a number??  like if I have
> "FRT77450934a" and want to output 450934
>
> Thanks!
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to