Difference between revisions of "Scripting Guide"

 
(wiki->docs)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=ADE Scripting Guide=
+
[[Category: Analytica Scripting Guide]]
  
[[Title Page]]
 
  
[[ADE Scripting Guide Introduction|Introduction]]
+
This Guide describes Analytica's Scripting language. You may use it in four places:
 +
# In the [[Typescript]] Window
 +
# As the parameter to [[EvaluateScript]](script) function.
 +
# Script attribute of Buttons or User input variables: The Script is executed when you click a button or make a change to a user input variable. Since Analytica 4.6, the [[Script]] attribute has been replaced by [[OnClick]] and [[OnChange]] attributes, which use standard Analytica syntax, which is easier to use. It still supports the [[Script]] attribute for backward compatibility.
 +
# For ADE ([[Analytica Decision Engine]]), you may pass a script in a message to ADE.
  
[[Objects and Their Attributes - Part 1 of 3|Objects and Their Attributes]]
+
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 - Part 1 of 3|Objects and Their Attributes (con't)]]
+
==Contents==
 +
* [[Title Page]]
 +
* [[ADE Scripting Guide Introduction|Introduction]]
 +
* [[Objects and Their Attributes - Part 1 of 3|Objects and Their Attributes]]
 +
* [[Objects and Their Attributes - Part 2 of 3|Objects and Their Attributes (con't)]]
 +
* [[Objects and Their Attributes - Part 3 of 3|Objects and Their Attributes (con't)]]
 +
* [[Files and Editing]]
 +
* [[Arrays - Part 1 of 2|Arrays]]
 +
* [[Arrays - Part 2 of 2|Arrays (con't)]]
 +
* [[System Variables]]
 +
* [[Appendix A - Part 1 of 3|Appendix A]]
 +
* [[Appendix A - Part 2 of 3|Appendix A (con't)]]
 +
* [[Appendix A - Part 3 of 3|Appendix A (con't)]]
  
[[Objects and Their Attributes - Part 1 of 3|Objects and Their Attributes (con't)]]  
+
==See Also==
 +
* [[Analytica User Guide]]
 +
* [[Analytica Tutorial]]
 +
* [[Analytica Optimizer Guide]]
 +
* [[ADE User Guide]]
  
[[Files and Editing]]
+
<footer>Analytica Docs/ {{PAGENAME}} / Title Page </footer>
 
 
[[Arrays - Part 1 of 2|Arrays]]
 
 
 
[[Arrays - Part 2 of 2|Arrays (con't)]]
 
 
 
[[System Variables]]
 
 
 
[[Appendix A - Part 1 of 3|Appendix A]]
 
 
 
[[Appendix A - Part 2 of 3|Appendix A (con't)]]
 
 
 
[[Appendix A - Part 3 of 3|Appendix A (con't)]]
 

Latest revision as of 21:11, 7 August 2024


This Guide describes Analytica's Scripting language. You may use it in four places:

  1. In the Typescript Window
  2. As the parameter to EvaluateScript(script) function.
  3. Script attribute of Buttons or User input variables: The Script is executed when you click a button or make a change to a user input variable. Since Analytica 4.6, the Script attribute has been replaced by OnClick and OnChange attributes, which use standard Analytica syntax, which is easier to use. It still supports the Script attribute for backward compatibility.
  4. 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.

Contents

See Also

Comments


You are not allowed to post comments.