J jcmartini Member Licensed User Longtime User May 18, 2021 #1 Hello, i seems that the"Clipboard" library does not take in account "newline" and "carriage return" in the text to be copied.
Hello, i seems that the"Clipboard" library does not take in account "newline" and "carriage return" in the text to be copied.
Erel B4X founder Staff member Licensed User Longtime User May 19, 2021 #2 Works fine: B4X: Dim c As BClipboard c.setText($"asdasd asdasd asdasd asdasd 123"$) Dim s As String = c.getText Log(s) The problem is somewhere else. Upvote 0
Works fine: B4X: Dim c As BClipboard c.setText($"asdasd asdasd asdasd asdasd 123"$) Dim s As String = c.getText Log(s) The problem is somewhere else.