paste
Returns the current clipboard data.
Syntax
-
paste()
Description
paste()
returns the current data in the system’s clipboard:
-
If the clipboard contains an image,
paste()
returns that image as a pixmap. -
If the clipboard contains waveform audio,
paste()
returns that audio as a sound. -
If the clipboard contains text,
paste()
returns that text as a string.