<?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: Pick File: Syntax of filterList argument in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Pick-File-Syntax-of-filterList-argument/m-p/325024#M57444</link>
    <description>&lt;P&gt;And if you do not have a default directory to start with, leave that argument blank. To do so, you still need the comma separator for the arguments so that JMP understands that the list is the third argument, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
mypath = Pick File(
	"Select csv File",
	,
	{"Text Files|txt;csv"}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It might look strange, but this syntax is correct.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 12:36:05 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2020-10-22T12:36:05Z</dc:date>
    <item>
      <title>Pick File: Syntax of filterList argument</title>
      <link>https://community.jmp.com/t5/Discussions/Pick-File-Syntax-of-filterList-argument/m-p/324914#M57431</link>
      <description>&lt;P&gt;I am having trouble using the pick file command, in particular the filterList argument, and unfortunately, the scripting index does not cover my case.&lt;/P&gt;&lt;P&gt;I want to set the filter to only csv (or Text files) during selection, as I can when using Open, and tried&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
mypath = Pick File(
	"Select csv File",
	{"Text Files|txt;csv"}

);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but when executing the script, the filter is set to *.*| All Files, which is not what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has somebody a link for me where I can find all possible valid arguments for the filterList (in the scipting index, I can only find&amp;nbsp;"JMP Files|jmp;jsl;jrn", "All Files|*")?&lt;/P&gt;&lt;P&gt;Is there a way in JMP to get all possibilities of an argument of a function, like it's, e.g., done in the online Matlab help?&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:41:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Pick-File-Syntax-of-filterList-argument/m-p/324914#M57431</guid>
      <dc:creator>Feli</dc:creator>
      <dc:date>2023-06-09T23:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pick File: Syntax of filterList argument</title>
      <link>https://community.jmp.com/t5/Discussions/Pick-File-Syntax-of-filterList-argument/m-p/324935#M57434</link>
      <description>&lt;P&gt;It is a bit confusing, but you have to specify an Initial Directory, to be able to use the filter&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
mypath = Pick File(
	"Select csv File",
	"$DOCUMENTS",
	{"Text Files|txt;csv"}
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Oct 2020 09:32:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Pick-File-Syntax-of-filterList-argument/m-p/324935#M57434</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-10-22T09:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pick File: Syntax of filterList argument</title>
      <link>https://community.jmp.com/t5/Discussions/Pick-File-Syntax-of-filterList-argument/m-p/325024#M57444</link>
      <description>&lt;P&gt;And if you do not have a default directory to start with, leave that argument blank. To do so, you still need the comma separator for the arguments so that JMP understands that the list is the third argument, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
mypath = Pick File(
	"Select csv File",
	,
	{"Text Files|txt;csv"}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It might look strange, but this syntax is correct.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 12:36:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Pick-File-Syntax-of-filterList-argument/m-p/325024#M57444</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-10-22T12:36:05Z</dc:date>
    </item>
  </channel>
</rss>

