01-31-2019, 08:52 PM
COM event handler functions can and in most cases should be #sub functions. Then use option v.
int k=5
#sub EventHandler v
out k
If this cannot be used, please give an example code.
int k=5
#sub EventHandler v
out k
If this cannot be used, please give an example code.