| Home | All functions | Categories |
vuWindow2Clipboard(), Signed
Saves a copy of the current active window to the clipboard.
This function takes no parameters.
A BYTE value:
True if the active window was successfully copied to the clipboard.False if the operation failed.IF vuWindow2Clipboard()
MESSAGE('Active window copied to clipboard')
ELSE
MESSAGE('Failed to copy window to clipboard')
END
| Home | All functions | Categories |