<?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: Trying to find a function programmed into JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402644#M65344</link>
    <description>&lt;P&gt;Thanks for the response Jim, I tried searching the directory as there are two different functions that I assume were coded in and called on for the script but neither or them pop up. Can these functions be saved into the .jmp file itself and loaded when the file is brought up?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jul 2021 19:01:41 GMT</pubDate>
    <dc:creator>Snadraus</dc:creator>
    <dc:date>2021-07-20T19:01:41Z</dc:date>
    <item>
      <title>Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402584#M65339</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on a spreadsheet that has a column with a script written into it. The script calls a function by ::FunctionName(col1,col2,col3,col4). I need to edit the function but I cannot find it anywhere in the files, do these get saved somewhere?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:34:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402584#M65339</guid>
      <dc:creator>Snadraus</dc:creator>
      <dc:date>2023-06-10T23:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402631#M65341</link>
      <description>The function called "FunctionName" has to have been loaded into the namespace the script is running in prior to it's execution.  It is possible that it is loaded at the time JMP starts up, or when the data table starts up.  You can look into the &lt;BR /&gt;On Windows:&lt;BR /&gt;1. C:/Users/&amp;lt;username&amp;gt;/AppData/Roaming/SAS/JMP/16&lt;BR /&gt;2. C:/Users/&amp;lt;username&amp;gt;/AppData/Roaming/SAS/JMP&lt;BR /&gt;On macOS:&lt;BR /&gt;1. /Users/&amp;lt;username&amp;gt;/Library/Application Support/JMP/16&lt;BR /&gt;2. /Users/&amp;lt;username&amp;gt;/Library/Application Support/JMP&lt;BR /&gt;or&lt;BR /&gt;if there is a startup during the opening of a data table.  Look to see if there is a table script called OnOpen</description>
      <pubDate>Tue, 20 Jul 2021 18:47:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402631#M65341</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-07-20T18:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402644#M65344</link>
      <description>&lt;P&gt;Thanks for the response Jim, I tried searching the directory as there are two different functions that I assume were coded in and called on for the script but neither or them pop up. Can these functions be saved into the .jmp file itself and loaded when the file is brought up?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 19:01:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402644#M65344</guid>
      <dc:creator>Snadraus</dc:creator>
      <dc:date>2021-07-20T19:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402646#M65345</link>
      <description>&lt;P&gt;Extending on &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;'s answer with couple of extra things.::FunctionName indicates that the function is in global namespace, so it might be a bit more difficult to find the function, but most likely it is in &lt;EM&gt;&lt;SPAN class="filepath"&gt;jmpStart.jsl&lt;/SPAN&gt;&lt;/EM&gt;&amp;nbsp;or &lt;EM&gt;&lt;SPAN class="filepath"&gt;jmpStartAdmin.jsl &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="filepath"&gt;files (&lt;/SPAN&gt;&lt;A href="https://www.jmp.com/support/help/en/16.0/#page/jmp/run-a-script-at-start-up.shtml" target="_self"&gt;JMP Help - Run Script on Startup&lt;/A&gt;) . Check also the following paths (depends on your JMP version):&lt;/P&gt;&lt;P class="bodyKeepWithNext"&gt;On Windows:&lt;/P&gt;&lt;P class="N1number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;1. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;C:/ProgramData/SAS/JMP/16&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;C:/ProgramData/SAS/JMP&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="bodyKeepWithNext"&gt;On macOS:&lt;/P&gt;&lt;P class="N1number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;1. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;/Library/Application Support/JMP/16&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;/Library/Application Support/JMP&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="number"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="number"&gt;It might also be saved into an addin as a startup script. I'm not exactly sure when these are executed, but I think the scripts are saved in the addins folder into addinLoad.jsl file (addins can be found from: C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\SAS\JMP\Addins\).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1626807754344.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34391iD51B0CC11FE37807/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1626807754344.png" alt="jthi_0-1626807754344.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 19:05:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402646#M65345</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-07-20T19:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402652#M65346</link>
      <description>&lt;P&gt;It could be as Jim indicated.Check if the datatable has table script named OnOpen (&lt;A href="https://www.jmp.com/support/help/en/15.2/#page/jmp/table-scripts.shtml" target="_self"&gt;JMP Help - Table Scripts&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1626808199326.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34392iDE454AEE68512EF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1626808199326.png" alt="jthi_0-1626808199326.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 19:10:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402652#M65346</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-07-20T19:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402701#M65347</link>
      <description>&lt;P&gt;addins run an on-load &lt;EM&gt;really&lt;/EM&gt; early. Use View-&amp;gt;Addins to find the ones that are enabled. There is a blue link that will open their folder.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Click the link to open the folder; you might find some JSL." style="width: 681px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34404i0BB0AEEDD1D710BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="viewAddinDialog.PNG" alt="Click the link to open the folder; you might find some JSL." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Click the link to open the folder; you might find some JSL.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 19:55:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402701#M65347</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-07-20T19:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402702#M65348</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN&gt;Jarmo and Craige, so a little more information I'm using a different system and fresh install of jmp so I doubt he added it to any startup files I would have from my computer, but I am currently looking through them. I also have no addons currently running. Still on the hunt and thank you all for the help so far.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 20:01:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402702#M65348</guid>
      <dc:creator>Snadraus</dc:creator>
      <dc:date>2021-07-20T20:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402704#M65350</link>
      <description>There is a little + mark next to the columns that have scripts run on them, does that help?</description>
      <pubDate>Tue, 20 Jul 2021 20:02:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402704#M65350</guid>
      <dc:creator>Snadraus</dc:creator>
      <dc:date>2021-07-20T20:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to find a function programmed into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402705#M65351</link>
      <description>&lt;P&gt;Click to open the script editor. You might see a function defined there, though it would be an odd place to define a function.&lt;/P&gt;&lt;P&gt;Is the function really named "FunctionName"? You might be able to peek at it by submitting&lt;/P&gt;&lt;P&gt;nameexpr(FunctionName)&lt;/P&gt;&lt;P&gt;and looking in the log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 20:10:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-find-a-function-programmed-into-JMP/m-p/402705#M65351</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-07-20T20:10:21Z</dc:date>
    </item>
  </channel>
</rss>

