Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Output string in an editor
#1
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 Smile
#2
key (s)
or
paste s

Look in dialog "Text", it's the first button in the floating toolbar.
#3
Thank you. I am absolutely falling in love with this application. Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)