MLE Text - Format
This is a multi-part message in MIME format.
------=_NextPart_000_0000_01C30B64.B1F90CF0
charset="us-ascii"
Hello all,
If I have a sequence temp = {"hello world", "I love yous", "all"} and I
want to put all this into an MLE with each part of the sequence on a
separate line, how do I do it? Or should I not be using MLE?
I have tried the following flow
... program started etc. etc.
save to database >> temp[1] & "\n" & temp[2] & "\n" & temp[3] -- I
only want one sequence in the database
... program does other things etc. etc.
load data from database into temp
setText(MyMLE, temp)
but alas I just get black lines for the "\n" line feed. However this
works fine for the printer that's why I wonder if I should be using MLE
or something else.
BTW temp is a sequence stored in a database as shown above with the
linefeeds already imbedded.
Using win32 V58.5, WINXP
Thanks
Tony Steward
------=_NextPart_000_0000_01C30B64.B1F90CF0
Content-Type: application/x-pkcs7-signature;
name="smime.p7s"
|
Not Categorized, Please Help
|
|