Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
StrTran() in 7 and 8beta
Message
De
18/11/2002 14:20:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
StrTran() in 7 and 8beta
Divers
Thread ID:
00723978
Message ID:
00723978
Vues:
39
How am I misreading the help file?
lcString = 'abracadabra'
? StrTran(lcString, 'A', 'x', 1, 500, 3)
xbrxcxdxbrx
A Flag parameter of 3 is supposed to mean -

1. Case insensitive search - this seems to work properly
2. Change the case of the replacement parameter ('x') to agree with the case of the search parameter ('A').

Shouldn't it be returning XbfXcXdXbfX?

Alan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform