<?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: Rem keyword vs // vs /* in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153002#M376531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True. I generally follow this: &lt;/P&gt;&lt;P&gt;Rem and // Is used for single line statement commenting.&lt;/P&gt;&lt;P&gt;/*&amp;nbsp; */ This is used if you have many lines/a block of script statements to be commented in a single go. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 02:07:58 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2016-08-23T02:07:58Z</dc:date>
    <item>
      <title>Rem keyword vs // vs /*</title>
      <link>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153001#M376530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please explain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a rule or condition like when to use Rem Keyword vs // vs /* for commenting in a script? The reason I am asking this is all three serves the same purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 00:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153001#M376530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-23T00:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rem keyword vs // vs /*</title>
      <link>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153002#M376531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True. I generally follow this: &lt;/P&gt;&lt;P&gt;Rem and // Is used for single line statement commenting.&lt;/P&gt;&lt;P&gt;/*&amp;nbsp; */ This is used if you have many lines/a block of script statements to be commented in a single go. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 02:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153002#M376531</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-23T02:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rem keyword vs // vs /*</title>
      <link>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153003#M376532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Hi Karthick,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&amp;nbsp; //&amp;nbsp; is for single line comments. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;Ex:&lt;/STRONG&gt;&amp;nbsp; // This is a comment.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000;"&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&amp;nbsp; /* …*/&amp;nbsp; is for multi line comment. &lt;SPAN style="line-height: 1.5em;"&gt;Multiline comments are used to comment out block of code. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000;"&gt;&lt;STRONG&gt;Ex:&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* This is a comment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that spans two lines */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&amp;nbsp; Rem is a short for Remarks. The rem statement is used for inserting remarks or comments or comment out the lines. Everything between the &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate"&gt;Rem&lt;/SPAN&gt; and the next semicolon &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;;&lt;/SPAN&gt; is considered to be a comment. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #000000;"&gt;Ex:&lt;/SPAN&gt; &lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135242_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #000000; font-size: 10pt;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 02:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153003#M376532</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-08-23T02:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rem keyword vs // vs /*</title>
      <link>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153004#M376533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vish Nagaraju that makes sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 02:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rem-keyword-vs-vs/m-p/1153004#M376533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-23T02:21:37Z</dc:date>
    </item>
  </channel>
</rss>

