04-01-2016, 05:22 PM
Hi,
I am storing some text in a string variable which I want the macro to type in the active editor (notepad or anything). How can I make the macro type the text from that variable.
Example:
===
str s
s = "Hello "
===
Now how do I type the contents of the variable s in whatever editor I have currently open?
Thanks in advance
I am storing some text in a string variable which I want the macro to type in the active editor (notepad or anything). How can I make the macro type the text from that variable.
Example:
===
str s
s = "Hello "
===
Now how do I type the contents of the variable s in whatever editor I have currently open?
Thanks in advance