I came up with a simple manual way to get the current version (not including the revision, e.g. 12 vs 12.2.0) of JMP for my scripts which send emails:<br>
<pre><code>version = word(-1,Get Path Variable("HOME"),"/");</code><pre><br>
This obviously returns:<br>
<pre><code>12</code></pre><br>
I was curious to see if anyone knew of a built-in method to get this as well as at least the revision, but possibly more. I would like to get:<br>
<pre><code>12.2.0</code></pre><br>
and possibly any of the information kept with the license:<br>
<pre>JMP® Pro 12.2.0 (64-bit)<br>
User: *******<br>
Administrator: ******<br>
Organization: *****<br>
Site ID: ###### <br>
Expires: 11/30/2016 <br>
Number of Users Allowed: #### <br>
Microsoft Windows 7 Enterprise 64-bit (6.1.7601.65536)<br>
Service Pack 1</pre>