As far as I know image data cannot be pasted into LC.
I just tried pasting a banal image of a cat from an Ecosia search into a
stack directly, and into an image, to no avail.
Best, Richmond.
On 30.08.23 19:35, David Epstein via use-livecode wrote:
From a web browser, or from programs like W
There is a bug in sorting a container using a function, as in
sort lines tVariable by myVal(each)
where the function is for example
function myVal pStr
return item 1 of pStr + item 2 of pStr
end myval
If the function myVal encounters a run-time error (in the example if one of the
items is
From a web browser, or from programs like Word or (Apple) Notes, it is possible
to copy to the clipboard a single selection that includes both text and images.
Is there any way to paste all of this information to LiveCode—for example,
placing the text in fields and the imageData in image objects,