Run actions from an external file - Forum

Forum Navigation
You need to log in to create posts and topics.

Run actions from an external file

Hello

I like to run some actions from an external file. The reason that I need the file to be external is why the actions will be change.

So do you have any solution?

Hello,

This is supported nativ. You can call an non-existent function:

Call "YourExtAction"

You put a file without an extension in the path of your final exe (pubdir) named like your function name.

The compiler will complain about missing function.

But on runtime the file will be executed.

Regards

Hans-Peter

 

 

Vadim has reacted to this post.
Vadim

I will try. Thank you for your advice. It was really simple.