Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00433677
Message ID:
00433685
Vues:
10
>Why is it that this works:
>use table
>scatter memvar
>replace exceptions.username with "Closed Account " + m.username
>
>but when I do this
>
>replace exceptions.username with m.username + "Closed Account "
>
>I only get the m.username information?
>
>Thanks in advance for your help.


Use
replace exceptions.username with AllTRIM(m.username) + "-Closed Account "
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform