<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">In a message dated 28/01/2003 01:39:34 AM GMT Standard Time, metacard-request@lists.runrev.com writes:<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px">A newbie question:<BR>
<BR>
I want to wrap some single line text in a text box and not use a<BR>
horizontal scroll bar.&nbsp; I have an algorithm that works.<BR>
<BR>
But it is horribly inefficient and I'm sure there must be a better way!<BR>
Can you X-talk gurus help me out with this one?<BR>
<BR>
if (the length of this_line &gt; 80) then<BR>
&nbsp; repeat with i = 1 to the length of this_line<BR>
&nbsp;&nbsp;&nbsp; put char i of this_line after field "contents"<BR>
&nbsp;&nbsp;&nbsp; if (i mod 80 = 0) then put return after field "contents"<BR>
&nbsp; end repeat<BR>
end if<BR>
<BR>
Mahalo!</BLOCKQUOTE><BR>
<BR>
Just set the dontWrap of the field to "true".<BR>
<BR>
/H<BR>
_________________________________________________<BR>
<B>Hugh Senior</B><BR>
The Flexible Learning Company<BR>
Consultant Programming &amp; Software Solutions<BR>
Fax/Voice: +44 (0)1483.27 87 27<BR>
Email: <A HREF="mailto:admin@flexibleLearning.com">mailto:h@flexibleLearning.com</A><BR>
Web: <A HREF="http://www.flexiblelearning.com/">www.flexibleLearning.com</A></FONT></HTML>