Paste text : Button

Hey guys,
I’m working on a project, where you can write a text in a textfield. Now I have an button, it’s function should be that it paste’s a text which you copyed from outside of the app ( like in you webbrowser ) in the textfield, but I don’t know in which variable the copy and paste function of the device is.
Can you may plaese help me with that?
Thank you very much

str = pasteboard.text

Thank you very much. Now it works :slight_smile: