Scripting Dynamic Callbacks
Is this possible?
from
WinCustomize Forums
I'm playing around with scripting objects. I have a COM control "myControl" that has a method "subscribe" to create an asynchronous subscriber of messages:
myControl.subscribe "params"
This control actually creates a callback called
myControl.subscribe "params"
This control actually creates a callback called
The documentation just states: