Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 Using strtran with wildcards
Message
From
17/10/2000 22:25:42
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00429940
Message ID:
00430711
Views:
13
>OK - I figured it out. the pattern need both the CR and the LF so it should be
>.Pattern = '[^"]\r\n'
Cheers,

Andrew,

Read about anchors at http://msdn.microsoft.com/scripting/default.htm?/scripting/jscript/doc/reconanchors.htm. Your pattern would be better as:
.Pattern = '[^"]$'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform