Script Editor
The script editor allows you to create scripts based on the Lua language to control CADFEKO, POSTFEKO and other applications as well as manipulation of data to be viewed and analysed further in POSTFEKO.
On the Home tab, in the Scripting group, click the Script editor icon.
- Syntax highlighting.
- Intelligent code completion.
- Indentation for blocks to convey program structure, for example, loops and decision blocks in scripts.
- Use of breakpoints and stepping in scripts to debug code or control its execution.
- An active console to query variables or execute simple commands.