Re: clipboard and \n
- Posted by Al Getz <Xaxo at aol.com> Aug 09, 2005
- 552 views
Hi Jerry, Sometimes it helps to make your own "\n" by using either: constant crlf=13&10 or: constant crlf=10&13 Then instead of using "\n" you use crlf: MyString=MyString&crlf Note that sometimes 10&13 works and other times 13&10 works. This may or may not work for your app. Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"