Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6 Using strtran with wildcards
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00429940
Message ID:
00429982
Vues:
10
>>replace horse_name with left(horse_name, at("(", horse_name)-1))
>
>This gives me a error message "command contains unrecognized phrase/keyword"
>
>Do you think that the strtran function can be used with wildcards?

Doh! One too many parentheses at the end! Sorry...
should be

replace horse_name with left(horse_name, at("(", horse_name)-1)

Strtran doesn't work with wild cards.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform