copy code from posts with linebreaks
hi guys,
i've come across some posted code that i'd like to test in my app
its in the code wrapper,
when i try copy+paste all the line breaks are taken out and i'm
left with one long string of text,
is there a better way to copy code so that
copy and paste on
gets copied and pasted as
Line1
Line2
instead of Line1Line2?
thanks.. jim
btw the code is at:
http://www.vbforums.com/showthread.p...ighlight=print
post#2
thanks!
Re: copy code from posts with linebreaks
The highlight tags are "responsible" for that...
What you can do is quote the post first and then copy code or use MartinLiss's add-in - check his signature for the link.
Re: copy code from posts with linebreaks
Re: copy code from posts with linebreaks