Back to Shell

Clipboard

docs/functions/clipboard.html

1.9.15540 B
Original Source
CLIPBOARD

Clipboard handling functions.

clipboard.get

Returns the value of the stored clipboard.

Syntax

clipboard.get

clipboard.set

Store a value in the clipboard.

Syntax

clipboard.set("Hello world!")

clipboard.length

Returns the length of the value stored in the clipboard.

Syntax

clipboard.length

clipboard.is_empty

Verifies that there is a value stored in the clipboard.

Syntax

clipboard.is_empty

clipboard.empty

Empty values stored in the clipboard.

Syntax

clipboard.empty