11-06-2016, 03:42 PM
For such asynchronous messages etc use function, not macro.
mac "Function123"
If it is a subfunction:
mac "sub.Function123"
...
#sub Function123
...
mac "Function123"
If it is a subfunction:
mac "sub.Function123"
...
#sub Function123
...
Quote:Secondly, I have not been able to find an example (or equally possible: I do not understand the examples :-) of the use of a shared function. Could you please provide me with one?Do you mean "shared subfunction"?