Hello everyone.
I have a problem. My task is to select all the elements in the list, copy this selection by clicking on the sprite. Then the user will be able to paste this list from the clipboard wherever he wants.
I did it simply - Click on the sprite object - Clipboard: Copy text List.Selected text.
But for some reason only the very first attribute is copied, from which the selection began.
Why are not all the selected attributes in the list copied?
Thanks everyone!