|
|
 |
 |
Copy Frontier and System Version
Compatibility: 4.2.3 - 5.0.1 - 5.0.2b20 - 5.1.2+ - 6.0 - MacOS - Windows
CopyFrontierandSystemVersion() calls fullFrontierVersion() and fullSystemVersion(), concatenates the two strings, and puts the result on the clipboard.
This is particularly useful for bug reports--just select Copy Frontier and System Version
and paste it into your report.
|
on CopyFrontierAndSystemVersion()
local
frontierVersion = user.command.fullFrontierVersion() - cr
systemVersion = user.command.fullSystemVersion() - cr
clipboard.putValue( frontierVersion + " on " + systemVersion )
CopyFrontierAndSystemVersion()
|
|
I have embedded the above script(s) in this page as mimi data. To retrieve the script(s), either
(1) View Frame Source in your browser and copy the mimi blocks,
(2) save the page as source text and import it using the Mimi->Import From File command, or
(3) (if you are on a Mac) select Mimi->Web Page->Import From Web Page.
|