docs

Home All functions Categories

vuWindow2Clipboard()

vuWindow2Clipboard(), Signed

Description

Saves a copy of the current active window to the clipboard.

Parameters

This function takes no parameters.

Returns

A BYTE value:

Example

IF vuWindow2Clipboard()
  MESSAGE('Active window copied to clipboard')
ELSE
  MESSAGE('Failed to copy window to clipboard')
END

Notes

Home All functions Categories