Difference between revisions of "AnalyticaEdition"
Line 1: | Line 1: | ||
[[category: System Variables]] | [[category: System Variables]] | ||
− | The system variable ''AnalyticaEdition'' | + | The system variable ''AnalyticaEdition'' contains a string identifying the current edition of Analytica. |
Possible values are: | Possible values are: | ||
− | + | :<code>"Enterprise"</code> | |
− | + | :<code>"Professional"</code> | |
− | + | :<code>"Free 101"</code> | |
− | + | :<code>"Lite"</code> | |
− | + | :<code>"Power Player"</code> | |
− | + | :<code>"Player"</code> | |
− | + | :<code>"Trial"</code> | |
− | + | :<code>"ADE"</code> | |
− | + | :<code>"Educational Enterprise"</code> | |
− | + | :<code>"Educational Professional"</code> | |
− | + | :<code>"Educational Lite"</code> | |
− | + | :<code>"Educational Power Player"</code> | |
− | + | :<code>"Educational Player"</code> | |
− | + | :<code>"Educational Trial"</code> | |
− | + | :<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]] | |
− | * | + | * [[AnalyticaVersion]] |
− | * | + | * [[AnalyticaPlatform]] |
− | * | + | * [[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
Enable comment auto-refresher