Difference between revisions of "Scripting Guide"
Line 1: | Line 1: | ||
+ | This Guide describes Analytica's Scripting language. You may use it in three places: | ||
+ | * Script attribute of Buttons: Script is executed when you click a button. | ||
+ | * In the Typescript Window | ||
+ | * As the parameter to EvaluateScript(script) function. | ||
+ | * For ADE (Analytica Decision Engine), you may pass a script in a message to ADE. | ||
+ | |||
+ | Scripting is usually of value only to advanced Analytica users, who may wish to create libraries or buttons for use by others. | ||
[[Title Page]] | [[Title Page]] |
Revision as of 18:38, 6 September 2007
This Guide describes Analytica's Scripting language. You may use it in three places:
- Script attribute of Buttons: Script is executed when you click a button.
- In the Typescript Window
- As the parameter to EvaluateScript(script) function.
- For ADE (Analytica Decision Engine), you may pass a script in a message to ADE.
Scripting is usually of value only to advanced Analytica users, who may wish to create libraries or buttons for use by others.
Objects and Their Attributes (con't)
Comments
Enable comment auto-refresher