Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extra space on Memolines
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00675123
Message ID:
00677513
Vues:
20
Gerald -

In implementing your sample, I found one typo-bug.

>But basically its a five lines coding process
>
>MyText=""
>for i = 1 to alen(myarray,1)
>   MyText=MyText+myArray[i,1]+chr(13)
>endfor
>replace myMemo with MyText
>


The third line should read
   MyText=MyText+myArray[i]+chr(13)
since the ALINES() function creates a one-dimensional array. Funny thing is it did not throw an error - it just gave me memofields filled with blank lines.

Thanks again.
Randy Bosma
VFP - Because life is too short to code in something else...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform