newString = rereplacenocase(originalstring,"[^0-9]*","","ALL") will remove
everything that is not a digit.

newString = rereplacenocase(originalstring,"[a-z]*","","ALL") this will
specifically remove all alphabetic (a-z) characters.
  -----Original Message-----
  From: brobborb [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 23, 2004 2:10 PM
  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