Clipboard_get_text - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Notation
Description
Gets the text that is currently on the user's clipboard and returns the value.
Parameters
- none: This function has no parameters.
Return Values
string: Returns the text that is currently on the user's clipboard.
Example Call
clipboardstring = clipboard_get_text();
NOTOC