Call script
New in 2021!   Eonza automation software - free, open source cross-platform automation software for easy creation and management of scripts.

Call script

Calls another script. This command allows you to call other Perfect Automation projects. In this case, projects are used as subprograms or functions. It should be noted that the commands of another project are inserted into the code of the current project during compilation.

Description
Optionally, you may add comments here describing the purpose of this element.
Script file
Here specify the Perfect Automation's project you want to call - a file with the pa extension.
c:\myprojects\lib\myprj.pa  
Since the contents of this command is just inserted into the current project if you use this command, all variables of the current project will be available in the project being called and vice versa. It means that you can use common variables in both scripts.