> Can anyone tell me, is there an easy way to delete all
> characters other than numbers from a field member?

nothing built-in, but:

1 - put the text from the field in a variable

2 - loop thru the characters in the variable

3 - look at each character & see if they are contained in 1234567890

4 - if so, put that character in another variable

5 - when done put the contents of the second variable in the field

hth

Al Hospers
CamberSoft, Inc.
al<at>cambersoft<dot>com
http://www.cambersoft.com

A famous linguist once said:
"There is no language wherein a double
positive can form a negative."

YEAH, RIGHT



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to