Typescript
Typescript is a variant of the Analytica modeling language that is used in Button scripts and the Typescript window. It offers some commands and supports some syntax not part of the standard Analytica modeling language.
Button scripts appear in the Script Attribute of Buttons. Clicking on a Button executes its Script.
The Typescript window lets you interact with Analytica by typing commands, like the CMD
in Windows or a Unix shell script. You open the Typescript window by pressing Ctrl+' (Control + single quote) or F12 (Function Key 12). When you type a command into the Typescript, Analytica executes it as soon as you type return. It prints the results as text in the same window.
You can execute Typescript commands within any Analytica expression using the function EvaluateScript(t). Its parameter «t» may be any typescript command.
Enable comment auto-refresher