lattu Guest Oct 7, 2018 #1 good morning to all, how do I create the correct macro to activate and disable the command fill mode ?or if it is active I would like to set it to 0 and vice versa, including at the end the command RichThank you.
good morning to all, how do I create the correct macro to activate and disable the command fill mode ?or if it is active I would like to set it to 0 and vice versa, including at the end the command RichThank you.
GP. Guest Oct 7, 2018 #2 Macro per Heart Rate? ^c ^c(if (zerop (getvar 'fillmode)) (setvar 'fillmode 1) (setvar 'fillmode 0) _regen
Macro per Heart Rate? ^c ^c(if (zerop (getvar 'fillmode)) (setvar 'fillmode 1) (setvar 'fillmode 0) _regen