ID:1344598
 
(See the best response by Nadrew.)
Hello,

Can anyone help me with figuring out how to enable a set of macros? I've been looking over the parameters guide and having a lot of trouble figuring out how to do this.

If possible I would like to enable/disable the macro1 set in my dmf file using winset() if anyone can help me I would greatly appreciate it.

Thanks
Best response
winset(src,"mywindow","macro=macro1")
Thanks Nadrew, if you can also tell me how to disable it that would be awesome. The winset is so confusing to me :(
winset(src,"mywindow","macro=''")
Thanks again, I really appreciate it :)