<?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 Re: to clear buffer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760609#M329280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write : 0(25)'hello'.&lt;/P&gt;&lt;P&gt;***&lt;STRONG&gt;Have to clear buffer here&lt;/STRONG&gt;**&lt;/P&gt;&lt;P&gt;write : 0(25)'How are you'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 10:30:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-15T10:30:16Z</dc:date>
    <item>
      <title>to clear buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760607#M329278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to clear the buffer stored in memory due to execution of write statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;   Write : 'hello'.&lt;/P&gt;&lt;P&gt;  ***&lt;STRONG&gt;Have to clear buffer here&lt;/STRONG&gt;**&lt;/P&gt;&lt;P&gt;  write : 'How are you'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I the code when executed should only display only 'How are you'..and the buffer for 'hello' should be cleared and not displayed on screen..&lt;/P&gt;&lt;P&gt;Any solution other than puttin condition checks is highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 10:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760607#M329278</guid>
      <dc:creator>aakash_neelaperumal2</dc:creator>
      <dc:date>2006-12-15T10:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: to clear buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760608#M329279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it related to buffer..........&lt;/P&gt;&lt;P&gt;If u want only 'How are you' to be printed, over write on 'Hello' using 'SKIP TO LINE &amp;lt;line no&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreenivasa Reddy V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 10:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760608#M329279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T10:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: to clear buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760609#M329280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write : 0(25)'hello'.&lt;/P&gt;&lt;P&gt;***&lt;STRONG&gt;Have to clear buffer here&lt;/STRONG&gt;**&lt;/P&gt;&lt;P&gt;write : 0(25)'How are you'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 10:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760609#M329280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T10:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: to clear buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760610#M329281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no your solutions will only help to overwrite at the same position...I know that option...but Since all the write statements are buffered befrore they are output in screen...Clearing the buffer will be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 10:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-clear-buffer/m-p/1760610#M329281</guid>
      <dc:creator>aakash_neelaperumal2</dc:creator>
      <dc:date>2006-12-15T10:34:03Z</dc:date>
    </item>
  </channel>
</rss>

