6.5 Scripts
Data processing tools > Scripts

- Scripts
A list of available scripts. Each script has a user-defined name and it is stored within the project. - Script editor
The text area where the source code of a script is written.
Tools available in the script editor:
Find text
Find again forwards
Find again backwards
Search and replace
Import script from a file, project or repository
Export script to a file or repository
Compile script - Compilation log
When a script is compiled, this window contains a list of warnings and errors encountered during the compilation process. If there is an error in the script, a line containing the error is highlighted in the script editor window. - Execute the script
Click the button to compile and immediately execute the script. The script is executed only when there is no compilation error.
When your script is running you can break the process by using keys Ctrl+F2.


