Re: clipboard and \n

new topic     » goto parent     » topic index » view thread      » older message » newer message

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"

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu