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
Code:
Line1
Line2
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!