Re: Keeping soft line break and using clipboard data

2020-12-04 Thread J. Landman Gay via use-livecode
LC uses ascii 11 as a soft break. If you can replace the character in the clipboard with ascii 11 it would probably work. On 12/4/20 6:18 AM, R.H. via use-livecode wrote: I am using Windows 10, LiveCode Indy 9.6.1 Here is a question I tried to solve using clipBoardData, fullClipBoardData and r

Keeping soft line break and using clipboard data

2020-12-04 Thread R.H. via use-livecode
I am using Windows 10, LiveCode Indy 9.6.1 Here is a question I tried to solve using clipBoardData, fullClipBoardData and rawClipboardData. I am aware that there is nothing in Livecode that represents soft line breaks, for example as a Unicode character (unless I could not find anywhere). But I ne