02-07-2014, 10:22 AM
Hi,
My macro works but I have to watch it type out my variables (they contain my content). Is there a way to speed it up?
I got it a little faster now by using setclip and setsel to copy/paste.
I'm trying to add a new line/carriage return to the end of the string/variable combo below (to combine everything into one piece before pasting). I can't make it work. The regex, \r\n keeps showing up instead of a carriage return.
;<img style="border-top-color:; border-bottom-color:; border-right-color:; border-left-color:" border="0" src="{a[i]}">
Thanks.
My macro works but I have to watch it type out my variables (they contain my content). Is there a way to speed it up?
I got it a little faster now by using setclip and setsel to copy/paste.
I'm trying to add a new line/carriage return to the end of the string/variable combo below (to combine everything into one piece before pasting). I can't make it work. The regex, \r\n keeps showing up instead of a carriage return.
;<img style="border-top-color:; border-bottom-color:; border-right-color:; border-left-color:" border="0" src="{a[i]}">
Thanks.