Print JMP version and details in jsl
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 possib...
rdale8250
Steven_Moore
sophiaw
saitcopuroglu