[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

phone number format -Reply



This isn't an elegant approach, but you could scan through
the source variable one character at a time.  Test if the
character is a number.  If true, concat the character to your
target variable.