Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6 Using strtran with wildcards
Message
De
17/10/2000 22:25:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00429940
Message ID:
00430711
Vues:
15
>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 = '[^"]$'
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform