Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in ALINES()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00824830
Message ID:
00961673
Vues:
23
>I cant change the ALINE to an Mline as I am not running it against a memo field. I >need to separate a character string into separate parts. E.g:

MLine() is not limited to memo fields. See a sample in my reply to Martin.

>lnRtn = ALINES(ArrLotNo,lcLotNums,.T.,',',';',' AND ','&')

You may run the following code before using the MLine() function:
   lcLotNums=Chrtran(m.lcLotNums,',;&',Chr(13)+Chr(13)+Chr(13))
   lcLotNums=Strtran(m.lcLotNums,' AND ',Chr(13))
Ben
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform