<?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 How can I use JSL to determine if the specified script has an open edit window? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-use-JSL-to-determine-if-the-specified-script-has-an/m-p/751561#M93265</link>
    <description>&lt;P&gt;For example, I open the script window for "C:\test.jsl".&lt;BR /&gt;How do I use JSL to determine if this script window exists?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dz = Open( "C:\test.jsl", Charset( "gb2312" ), Add to Recent Files( 0 ) );
Include( "C:\test.jsl" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-05-02_18-23-49.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63883i0F0FE6A8AE78A0FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-05-02_18-23-49.png" alt="2024-05-02_18-23-49.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2024 10:29:42 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-05-02T10:29:42Z</dc:date>
    <item>
      <title>How can I use JSL to determine if the specified script has an open edit window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-use-JSL-to-determine-if-the-specified-script-has-an/m-p/751561#M93265</link>
      <description>&lt;P&gt;For example, I open the script window for "C:\test.jsl".&lt;BR /&gt;How do I use JSL to determine if this script window exists?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dz = Open( "C:\test.jsl", Charset( "gb2312" ), Add to Recent Files( 0 ) );
Include( "C:\test.jsl" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-05-02_18-23-49.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63883i0F0FE6A8AE78A0FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-05-02_18-23-49.png" alt="2024-05-02_18-23-49.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 10:29:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-use-JSL-to-determine-if-the-specified-script-has-an/m-p/751561#M93265</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-05-02T10:29:42Z</dc:date>
    </item>
    <item>
      <title>回复： How can I use JSL to determine if the specified script has an open edit window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-use-JSL-to-determine-if-the-specified-script-has-an/m-p/751572#M93266</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In the debug window, does the JSL window not display the name as the data table?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 10:32:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-use-JSL-to-determine-if-the-specified-script-has-an/m-p/751572#M93266</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-05-02T10:32:08Z</dc:date>
    </item>
    <item>
      <title>回复： How can I use JSL to determine if the specified script has an open edit window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-use-JSL-to-determine-if-the-specified-script-has-an/m-p/751573#M93267</link>
      <description>&lt;P&gt;&amp;lt;&amp;lt; Get Window Title might be enough depending on what you are doing&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

sb = Open("$SAMPLE_SCRIPTS/bootstrapSample.jsl");
show(sb &amp;lt;&amp;lt; Get Window Title);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 May 2024 11:02:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-use-JSL-to-determine-if-the-specified-script-has-an/m-p/751573#M93267</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-05-02T11:02:10Z</dc:date>
    </item>
  </channel>
</rss>

