Clipboard

Clipboard
Cut and paste
Functions/Procedures
Subtopics

Clipboard

[func]
get_clip_text
()

Category: Clipboard

Returns: Current clipboard text

This returns the text currently within the clipboard. If there is non-text data in the clipboard ( such as a picture ), it will return a sequence with the word data inside of it.


Clipboard

[proc]
set_clip_text
( sequence text )

Category: Clipboard

This removes the current text in the clipboard and inserts the user-defined text in it's place.