Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extra space on Memolines
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00675123
Message ID:
00677513
Views:
21
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform