Difference between revisions of "AnalyticaEdition"

Line 1: Line 1:
[[category: System Variables]]
+
[[Category: System Variables]]
 +
[[Category: Analytica editions]]
  
 
The system variable ''AnalyticaEdition'' contains a string identifying the current edition of Analytica.
 
The system variable ''AnalyticaEdition'' contains a string identifying the current edition of Analytica.

Revision as of 00:43, 6 February 2016


The system variable AnalyticaEdition contains a string identifying the current edition of Analytica.

Possible values are:

"Enterprise"
"Professional"
"Free 101"
"Lite"
"Power Player"
"Player"
"Trial"
"ADE"
"Educational Enterprise"
"Educational Professional"
"Educational Lite"
"Educational Power Player"
"Educational Player"
"Educational Trial"
"Educational ADE"

To determine whether this is a version with Optimizer, use AnalyticaLicenseInfo("Optimizer"), to determine if this is a beta version use AnalyticaLicenseInfo("Beta").

See Also

Comments


You are not allowed to post comments.