$SHELL crypto token has been launched on pump.fun, Support us by purchasing the new crypto token and sharing it.

Token address : 9V1YGAXwEzKS5SX5oBJL5Sk5Mn4CiTsC3QNDxP1Rpump scan | chart

Documents

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

This page is open source. Noticed a typo? Or something unclear?
Improve this page on GitHub