Skip to content

setclipboard

Description:

This function demonstrates the usage of the setclipboard API.

Example:

-- Set text to the clipboard
setclipboard('Copy this text!')

print("Text copied to clipboard")