Cicode Programming Reference > Cicode Function Categories > Clipboard Functions > ClipPaste

ClipPaste

Pastes a string from the Windows clipboard.

Syntax

ClipPaste()

Return Value

The contents of the clipboard (as a string). If the clipboard is empty, an empty string is returned.

Related Functions

ClipReadLn

Example

/* Get string from clipboard into sText. */
sText = ClipPaste();

See Also

Clipboard Functions

Published June 2018