I want to do something like this:
record macro A
hello
end record macro A
record macro B
play macro A
space
world
end macro B
play macro B
I would expect to get hello world
I want to do something like this:
record macro A
hello
end record macro A
record macro B
play macro A
space
world
end macro B
play macro B
I would expect to get hello world
Not sure, probably not.
You can give it a try - if the simple way doesnt work then definitely no.
Yep, I did try before posting the question. So, I guess not.
Edit: I tried it again and it did work, I guess the first time I tried, my sequence was messed up or something.
Wow, cool!
Also, could have been some safeguard mechanism - the macro may have been too long or something like that..