Skip to main content
Writes \r followed by text to the user’s clipboard.
The resulting clipboard contents start with a carriage return byte (0x0D), then the input string. Not equivalent to setclipboard, which writes a string argument without any prefix.

Parameters

Returns

void

Aliases

  • write_clipboard

Example

Always check parameters and return values when working with this library function.