<?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 Pick File FilterList Argument Options in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Pick-File-FilterList-Argument-Options/m-p/420166#M66897</link>
    <description>&lt;P&gt;Can someone help me understand the Pick File options and syntax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How can I find the options available for the filter list for Pick File? The Scripting Index shows&amp;nbsp;{"JMP Files|jmp;jsl;jrn", "All Files|*"}, but I've also found {"Excel Files|csv;xlsx;xls", "All Files|*"}. How do I find what options are available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. What does the "All Files|*" do? I get the same window with and without it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 19:57:17 GMT</pubDate>
    <dc:creator>Mo</dc:creator>
    <dc:date>2023-06-09T19:57:17Z</dc:date>
    <item>
      <title>Pick File FilterList Argument Options</title>
      <link>https://community.jmp.com/t5/Discussions/Pick-File-FilterList-Argument-Options/m-p/420166#M66897</link>
      <description>&lt;P&gt;Can someone help me understand the Pick File options and syntax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How can I find the options available for the filter list for Pick File? The Scripting Index shows&amp;nbsp;{"JMP Files|jmp;jsl;jrn", "All Files|*"}, but I've also found {"Excel Files|csv;xlsx;xls", "All Files|*"}. How do I find what options are available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. What does the "All Files|*" do? I get the same window with and without it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:57:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Pick-File-FilterList-Argument-Options/m-p/420166#M66897</guid>
      <dc:creator>Mo</dc:creator>
      <dc:date>2023-06-09T19:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pick File FilterList Argument Options</title>
      <link>https://community.jmp.com/t5/Discussions/Pick-File-FilterList-Argument-Options/m-p/420183#M66899</link>
      <description>&lt;P&gt;I think you can use whatever you want in there. The syntax is (and * seems to be wild card for all file types):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Label|suffix1;suffix2....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You can try and add different combinations to see what you could do:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
Pick File(
	"Select JMP File",
	"$DOCUMENTS",
	{"JMP Files|jmp;jsl;jrn", "All Files|*", "Minitab|MAC;mtb", "Text|txt;csv;yml;xml;html",
	"My custom files|asdad;qwerty;verylongfile"
	},
	1,
	0,
	"newJmpFile.jmp"
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1632322787182.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35999i74DCFAA3F681DDC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1632322787182.png" alt="jthi_0-1632322787182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 15:00:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Pick-File-FilterList-Argument-Options/m-p/420183#M66899</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-09-22T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pick File FilterList Argument Options</title>
      <link>https://community.jmp.com/t5/Discussions/Pick-File-FilterList-Argument-Options/m-p/420312#M66915</link>
      <description>Thanks, that helps!</description>
      <pubDate>Wed, 22 Sep 2021 17:59:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Pick-File-FilterList-Argument-Options/m-p/420312#M66915</guid>
      <dc:creator>Mo</dc:creator>
      <dc:date>2021-09-22T17:59:09Z</dc:date>
    </item>
  </channel>
</rss>

