Difference between revisions of "AnalyticaEdition"

Line 1: Line 1:
 
[[category: System Variables]]
 
[[category: System Variables]]
  
The system variable ''AnalyticaEdition'' constains a string identifying the current edition of Analytica.
+
The system variable ''AnalyticaEdition'' contains a string identifying the current edition of Analytica.
  
 
Possible values are:
 
Possible values are:
* "Enterprise"
+
:<code>"Enterprise"</code>
* "Professional"
+
:<code>"Professional"</code>
* "Free 101"
+
:<code>"Free 101"</code>
* "Lite"
+
:<code>"Lite"</code>
* "Power Player"
+
:<code>"Power Player"</code>
* "Player"
+
:<code>"Player"</code>
* "Trial"
+
:<code>"Trial"</code>
* "ADE"
+
:<code>"ADE"</code>
* "Educational Enterprise"
+
:<code>"Educational Enterprise"</code>
* "Educational Professional"
+
:<code>"Educational Professional"</code>
* "Educational Lite"
+
:<code>"Educational Lite"</code>
* "Educational Power Player"
+
:<code>"Educational Power Player"</code>
* "Educational Player"
+
:<code>"Educational Player"</code>
* "Educational Trial"
+
:<code>"Educational Trial"</code>
* "Educational ADE"
+
:<code>"Educational ADE"</code>
  
To determine whether this is a version with Optimizer, use AnalyticaLicenseInfo("Optimizer"), to determine if this is a beta version use AnalyticaLicenseInfo("Beta").
+
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 =
+
== See Also ==
 
+
* [[Editions of Analytica]]
* SysVar [[AnalyticaVersion]]
+
* [[AnalyticaVersion]]
* SysVar [[AnalyticaPlatform]]
+
* [[AnalyticaPlatform]]
* Function [[AnalyticaLicenseInfo]]
+
* [[AnalyticaLicenseInfo]]

Revision as of 01:48, 3 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.