Inside the Macrodate it should be like that:
<ESC>&f1Y //Macro with ID 1
<ESC>&f0X //Start macro data
.
.
data
.
.
<ESC>&f1X // end macro
you can do that shorter by using:
<ESC>&f1y0X .. data
<ESC>&f1X
Also you can put more that one macro in it by using other marco IDs.
like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.