Read or write to/from the clipboard.
1. Read the clipboard content:
Syntax:
content = clipboard()
Returns:
- content (String): The clipboard content.
2. Set the clipboard content:
Syntax:
clipboard(content)
Arguments:
- ** (String/Number): The new clipboard content.
See also: