Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to change chars inside memo field
Message
De
09/04/2009 11:11:26
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01393954
Message ID:
01393964
Vues:
41
Worked perfect thank you very much...

>Hi all, I have a memo field with a text like this one "This machine will allow you to use it&&management&&001001&&xx:1010&&"
>as you see, the people that construct that sentence use && to separate inside text. I need to convert those && to chr(13) or extract each phrase, i already tried strtran, getwordnum but the && are generating an error. Somebody knows how to avoid it?
>"Command contains unrecognized phrase/keyword."


lcDelimiter = "&" + "&"
lcMemo = STRTRAN(lcMemo, lcDelimiter, CHR(13))
...
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform