Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Phone number
Message
From
12/05/2005 19:18:15
 
 
To
12/05/2005 17:09:36
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01013608
Message ID:
01013662
Views:
16
Borislav,

Or, the strfilter() function hidden in FoxTools.fll

set library to foxtools.fll additive
lcPhone = strfilter( lcPhone, "0123456789" )

The strfilter() function filters out all chars except those listed in the 2nd parm.

What I like about this function is that its easy to understand what its doing when I see it my source code.

Malcolm
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform