Hi,
unfortunately, the import of macro definitions is not yet supported.
Right now, you need to copy them.
Best,
Peter
Am 19.06.2019 um 01:23 schrieb Nikolai Krot:
> Hi,
>
> I am trying to split large ruleset (Main.ruta) into several smaller and
> then work with them in the normal fashion
>
Hi,
I am trying to split large ruleset (Main.ruta) into several smaller and
then work with them in the normal fashion
SCRIPT path.to.my.Script1;
SCRIPT path.to.my.Script2;
CALL(Script1);
CALL(Script2);
I have some common part that should be done before calling Script1 and
Script2. This common p