Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Expression.replace()
Message
From
07/11/2005 14:50:36
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01066163
Message ID:
01066164
Views:
19
>I've got a few expressions and I want to make sure there are no "*" characters in them, is there a command to replace them with a blank space.
>
>Exmaple: string.replace(*," ")
>
>Thanks!

chrtran(yourstring,'*','')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform