Sat Jan 23, 2021 1:50 pm
I understand saving short macros and I do edit and create new macros in xml. No problem. As I said, what I want to do is have a macro call another macro so I can build some fundamental blocks to string together in different combinations. I realize I can do that by building big monolithic macros and keep repeating the code, but if I change the behavior of one of the lower functions, then I have to go back to every section of code that includes that function and modify it.
All I want is the xml syntax to have a macro call a macro. I can't seem to get that by recording a macro that does that because I don't seem to be able to invoke a macro while I am recording a new one. The manual says that it should work fine. When I try, the macros I try to run, don't run and when I save the new one just recorded, there is a truncated macro line with its name in the xml file.
Am I missing something?