Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memos
Message
De
20/07/2001 18:05:59
 
 
À
20/07/2001 17:42:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Memos
Divers
Thread ID:
00533376
Message ID:
00533392
Vues:
8
>How do you get a certain number of characters out of a memo field?

You can do that the same way you get characteres out of any string. lcWord = SUBSTR(mymemofield, 15, 10) well return the 15th carhacter of your memo, and the 9 characters after that (10 in all). You can use any string function on teh memo that you want, AT, LEFT, SUBSTR, and even the foxtools Words, and WordNum, I think they're called.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform