<?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 Variable for filename in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Variable-for-filename/m-p/2302#M2302</link>
    <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have collected some cell values in certain variables. I want to save a file with the variable values as the file name. &lt;BR /&gt;&lt;BR /&gt;I was trying something like this: I am saving the i.d. values in two variables.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Aug 2010 21:14:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-19T21:14:13Z</dc:date>
    <item>
      <title>Variable for filename</title>
      <link>https://community.jmp.com/t5/Discussions/Variable-for-filename/m-p/2302#M2302</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have collected some cell values in certain variables. I want to save a file with the variable values as the file name. &lt;BR /&gt;&lt;BR /&gt;I was trying something like this: I am saving the i.d. values in two variables.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2010 21:14:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variable-for-filename/m-p/2302#M2302</guid>
      <dc:creator />
      <dc:date>2010-08-19T21:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Variable for filename</title>
      <link>https://community.jmp.com/t5/Discussions/Variable-for-filename/m-p/2303#M2303</link>
      <description>Your solution is easy enough, you just have to follow the jsl syntax. Save() requires a string argument so you must be careful with where you place the quotation marks (reading the error messages in the log is good for learning how to debug your code). &lt;BR /&gt;&lt;BR /&gt;And you must concatenate the substrings of course.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;id1||"_"||id2||".jmp"&lt;BR /&gt;&lt;BR /&gt;If you have numeric columns you must also use Char()&lt;BR /&gt;&lt;BR /&gt;char(id1)||"_"||char(id2)||".jmp"</description>
      <pubDate>Thu, 19 Aug 2010 22:55:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variable-for-filename/m-p/2303#M2303</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2010-08-19T22:55:55Z</dc:date>
    </item>
  </channel>
</rss>

