Hello,
Do you think if (or if that work), how to insert a real line break when
selecting the "Insert String" Macro.
I would like auto insert the string ".CRLF\n", and to get a line break after
.CRLF but the char \n is displayed !
Thanks a lot for replying !
Cheers,
Kevin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Do you think if (or if that work), how to insert a real line break when
selecting the "Insert String" Macro.
I would like auto insert the string ".CRLF\n", and to get a line break after
.CRLF but the char \n is displayed !
Thanks a lot for replying !
Cheers,
Kevin
Hi, answer to myself :
managed to do the job with a manually recorded macro :
Insert String .CRLF ;
Insert String <lf> </lf>
works for me…
Thanks for this nice plugin