<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic new line with vbCrLf is not work? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3368543#M56876</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;To write for Single line text&lt;/P&gt;&lt;P&gt;in VB6 when we use vbCrLf it work and come in new line&amp;nbsp; but in .net it is not working&lt;/P&gt;&lt;P&gt;is therre any other way to do same thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;            Dim Str1 As String = " This is Test for First Line"
            Dim str2 As String = " This is Test for Second Line"
            Dim Str3 As String = Str1 &amp;amp; vbCrLf &amp;amp; str2

            Dim acText As DBText = New DBText()
            acText.SetDatabaseDefaults()
            acText.Position = ed.GetPoint("click Point To Insert").Value
            acText.Height = 1
            acText.TextString = Str3.ToString
            acBlkTblRec.AppendEntity(acText)
            acTrans.AddNewlyCreatedDBObject(acText, True)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thanks for help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2012 07:18:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-13T07:18:13Z</dc:date>
    <item>
      <title>new line with vbCrLf is not work?</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3368543#M56876</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;To write for Single line text&lt;/P&gt;&lt;P&gt;in VB6 when we use vbCrLf it work and come in new line&amp;nbsp; but in .net it is not working&lt;/P&gt;&lt;P&gt;is therre any other way to do same thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;            Dim Str1 As String = " This is Test for First Line"
            Dim str2 As String = " This is Test for Second Line"
            Dim Str3 As String = Str1 &amp;amp; vbCrLf &amp;amp; str2

            Dim acText As DBText = New DBText()
            acText.SetDatabaseDefaults()
            acText.Position = ed.GetPoint("click Point To Insert").Value
            acText.Height = 1
            acText.TextString = Str3.ToString
            acBlkTblRec.AppendEntity(acText)
            acTrans.AddNewlyCreatedDBObject(acText, True)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thanks for help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 07:18:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3368543#M56876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-13T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: new line with vbCrLf is not work?</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3368581#M56877</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may be wrong, but I didn't think Text used formatting characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does the actual string look like when it's added ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 09:02:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3368581#M56877</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2012-03-13T09:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: new line with vbCrLf is not work?</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3368621#M56878</link>
      <description>&lt;P&gt;You have to use &lt;STRONG&gt;MText&lt;/STRONG&gt; istead&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300" face="arial,helvetica,sans-serif"&gt;~'J'~&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 10:05:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3368621#M56878</guid>
      <dc:creator>Hallex</dc:creator>
      <dc:date>2012-03-13T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: new line with vbCrLf is not work?</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3372611#M56879</link>
      <description>thanks</description>
      <pubDate>Thu, 15 Mar 2012 16:54:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-line-with-vbcrlf-is-not-work/m-p/3372611#M56879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-15T16:54:42Z</dc:date>
    </item>
  </channel>
</rss>

