Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace character expression
Message
From
08/07/2010 11:28:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01471799
Message ID:
01471848
Views:
92
This message has been marked as the solution to the initial question of the thread.
Try the following:
oRegEx = NEWOBJECT("VBScript.RegExp")
oRegEx.Pattern = "\[(\d)\]"
cFile = oRegEx.Replace(cFile, "[0$1]")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform