<?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: New to JMP and JSL - Unexpected &amp;quot;,&amp;quot;. Perhaps there is a missing &amp;quot;)&amp;quot;. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/New-to-JMP-and-JSL-Unexpected-quot-quot-Perhaps-there-is-a/m-p/695537#M88056</link>
    <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well noted on using the JSL icon to enter the code. I did note my code appeared differently from other posts. Now I know!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 06:36:57 GMT</pubDate>
    <dc:creator>BooBee</dc:creator>
    <dc:date>2023-11-08T06:36:57Z</dc:date>
    <item>
      <title>New to JMP and JSL - Unexpected ",". Perhaps there is a missing ")".</title>
      <link>https://community.jmp.com/t5/Discussions/New-to-JMP-and-JSL-Unexpected-quot-quot-Perhaps-there-is-a/m-p/695508#M88052</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm new to JMP and JSL. I'm following a basic tutorial on JSL and followed the instructions to the T on copying the following script. It should create a new window with the text "Hello" inside it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;title = &lt;/SPAN&gt;"JSL Demo"&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;content = &lt;/SPAN&gt;&lt;SPAN&gt;Text Box&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;"Hello"&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;New window = ( title, content )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But upon running it, the follow error came up:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unexpected ",". Perhaps there is a missing ")".&lt;/P&gt;&lt;P&gt;Trying to parse operand for "=" operator.&lt;/P&gt;&lt;P&gt;Line 3 Column 21: New window = ( title►, content )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I couldn't figure out what is wrong with the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody please help to point that out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 02:38:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-to-JMP-and-JSL-Unexpected-quot-quot-Perhaps-there-is-a/m-p/695508#M88052</guid>
      <dc:creator>BooBee</dc:creator>
      <dc:date>2023-11-08T02:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: New to JMP and JSL - Unexpected ",". Perhaps there is a missing ")".</title>
      <link>https://community.jmp.com/t5/Discussions/New-to-JMP-and-JSL-Unexpected-quot-quot-Perhaps-there-is-a/m-p/695517#M88055</link>
      <description>&lt;P&gt;New Window us a function.&amp;nbsp; The "=" is what is making the JSL fail.&amp;nbsp; It needs to be:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;title = "JSL Demo";

content = Text Box("Hello");

New window( title, content )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also, when you include JSL within a Discussion, please use the JSL icon&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1699415730805.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58439i1AA6F34E766972E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1699415730805.png" alt="txnelson_0-1699415730805.png" /&gt;&lt;/span&gt;to enter the code.&amp;nbsp; It really helps the readability for the Community Members.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 03:56:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-to-JMP-and-JSL-Unexpected-quot-quot-Perhaps-there-is-a/m-p/695517#M88055</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-11-08T03:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: New to JMP and JSL - Unexpected ",". Perhaps there is a missing ")".</title>
      <link>https://community.jmp.com/t5/Discussions/New-to-JMP-and-JSL-Unexpected-quot-quot-Perhaps-there-is-a/m-p/695537#M88056</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well noted on using the JSL icon to enter the code. I did note my code appeared differently from other posts. Now I know!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 06:36:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-to-JMP-and-JSL-Unexpected-quot-quot-Perhaps-there-is-a/m-p/695537#M88056</guid>
      <dc:creator>BooBee</dc:creator>
      <dc:date>2023-11-08T06:36:57Z</dc:date>
    </item>
  </channel>
</rss>

