<?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 Trying to parse operand for &amp;quot;:&amp;quot; operator in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Trying-to-parse-operand-for-quot-quot-operator/m-p/78553#M36457</link>
    <description>&lt;P&gt;Hello, I have the next line of code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;g_list[j] = dt &amp;lt;&amp;lt; Group Columns(: || char(test_list[j]) || char(_) || char(s_list[1]), Length(s_list));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The line is generating the next problem:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Unexpected "||".
Trying to parse operand for ":" operator&lt;/PRE&gt;&lt;P&gt;What is the best way to fix the issue?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 12:35:31 GMT</pubDate>
    <dc:creator>axcelenator1</dc:creator>
    <dc:date>2018-10-10T12:35:31Z</dc:date>
    <item>
      <title>Trying to parse operand for ":" operator</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-parse-operand-for-quot-quot-operator/m-p/78553#M36457</link>
      <description>&lt;P&gt;Hello, I have the next line of code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;g_list[j] = dt &amp;lt;&amp;lt; Group Columns(: || char(test_list[j]) || char(_) || char(s_list[1]), Length(s_list));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The line is generating the next problem:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Unexpected "||".
Trying to parse operand for ":" operator&lt;/PRE&gt;&lt;P&gt;What is the best way to fix the issue?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 12:35:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-parse-operand-for-quot-quot-operator/m-p/78553#M36457</guid>
      <dc:creator>axcelenator1</dc:creator>
      <dc:date>2018-10-10T12:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to parse operand for ":" operator</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-parse-operand-for-quot-quot-operator/m-p/78557#M36461</link>
      <description>&lt;P&gt;I found the problem:&lt;BR /&gt;There is no need to parse the&amp;nbsp; : operator. The way I should do it is like that:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;g_list[j] = dt &amp;lt;&amp;lt; Group Columns(:(test_list[j] || "_" || s_list[1]), Length(s_list))&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Oct 2018 12:54:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-parse-operand-for-quot-quot-operator/m-p/78557#M36461</guid>
      <dc:creator>axcelenator1</dc:creator>
      <dc:date>2018-10-10T12:54:03Z</dc:date>
    </item>
  </channel>
</rss>

