I sometimes run into a problem when playing back Notepad++ macros in that it inserts extra characters between all the letters, e.g. ”. Anyone else seeing this?

link|improve this question
1  
Do you have an example of a macro that does this? – James May 11 '11 at 13:23
feedback

1 Answer

Yes, I do see this error, I have always used Textpad for macro just for this purpose.

I have list of numbers that I wanted to convert into a string array.

ex.

12345
45678

to

"12345",
"45678"

before you create a macro. Paste a list of numbers on an new file, click start recording put a " (quote), press end key and then put another quote followed by comma, down arrow and then ctrl-left arrow. stop the macro. now when you play it, it puts the following stuff "12345", actually the squared unknown char is DC2, I have no idea what it is.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.