If the program file is launched for execution with arguments, then they can be obtained by the run_cpp function with the get_args directive.

Calling:

run_cpp("get_args",int iarg1, double darg2, string sarg3);


Here:

iarg1, darg2, sarg3 - these are integer, real and string variables, where the values ​​of the arguments that were set when the program was started will be written.