You can try what I did: type 2-3 lines of text in VStudio, without blank lines in between, just 2-3 paragraphs. Import the text in Director using SQL commands and put it in a text member. Export the same field from VStudio in a text file (from Save... in Content Editor) and import it as text in Director. You&#39;ll notice that in the first case (import from Valentina DB) blank lines are inserted between paragraphs, while on the second case (import of txt file directly into a Director text member) the text appears correctly.<br>
I always use PC and Director 11, I wrote the text in VStudio for PC. I usually use Greek text, but the last example I did was the 3 paragraphs with the English text I sent you and nothing different happened.<br><br><div class="gmail_quote">
2010/1/15 Ruslan Zasukhin <span dir="ltr">&lt;<a href="mailto:ruslan_zasukhin@valentina-db.com">ruslan_zasukhin@valentina-db.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 1/15/10 3:52 PM, &quot;Panagiotis Apostolellis&quot; &lt;<a href="mailto:takis73@gmail.com">takis73@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Please show<br>
&gt;<br>
&gt; * few lines of your text file<br>
&gt; This is a test for Ruslan so you can see for yourself what the problem is!!!<br>
&gt; This second paragraph leaves a blank line before. The same between this and<br>
&gt; the next one.<br>
&gt; This text was written within VStudio!<br>
<br>
<br>
&gt; * what is produced by import OR export.<br>
&gt; Text placed in a Director text member.<br>
<br>
<br>
<br>
&gt; * your code which do this import or export.<br>
<br>
&gt; txtWanted = &quot;linktext, year, photo, photo_lezantes&quot;  -- the fields I want to<br>
&gt; retrieve<br>
<br>
&gt; linkTxtC = gDB.sqlSelect(&quot;SELECT &quot;&amp;txtWanted&amp;&quot; from chrono where enotita=<br>
&gt; &#39;&quot;&amp;enotita&amp;&quot;&#39; ORDER BY year&quot;)  -- get those fields from Table &quot;chrono&quot;<br>
<br>
&gt; matching criteria &quot;enotita&quot; ordered by &quot;year&quot;<br>
&gt; gLinkTxt = linkTxtC.getRecordAsPropList(value(linCol.item[1])) -- put the<br>
&gt; resulting records in a global list variable<br>
<br>
</div>* And this list contains already above TEXT with blank lines, yes?<br>
<br>
* Do you work always on single platform? Mac or Win?<br>
Can be this issue of different platform line ends?<br>
<br>
<br>
* Does Vstudio show later above text fine? Without blank lines?<br>
<div><div></div><div class="h5"><br>
<br>
&gt; txt = getProp(gLinkTxt, fText)  -- get field fText (in our case fText =<br>
&gt; &quot;linktext&quot;) from within the variable gLinkTxt<br>
<br>
<br>
<br>
<br>
&gt; pSprite.member.text = txtOrRtf  -- put it as the text of a text sprite<br>
&gt;<br>
&gt; The linktext field is a Text, 2044, Nullable, Indexed, UTF-16 field<br>
<br>
--<br>
Best regards,<br>
<br>
Ruslan Zasukhin<br>
VP Engineering and New Technology<br>
Paradigma Software, Inc<br>
<br>
Valentina - Joining Worlds of Information<br>
<a href="http://www.paradigmasoft.com" target="_blank">http://www.paradigmasoft.com</a><br>
<br>
[I feel the need: the need for speed]<br>
<br>
<br>
_______________________________________________<br>
Valentina mailing list<br>
<a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br>
<a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
</div></div></blockquote></div><br>