'KCMLGetClipboardLength()
Returns the length of the text (if any) in the Windows clipboard which would be returned by KCMLReadClipboard.
Arguments
The function takes no arguments.
Returns
The number of characters in the clipboard or -1 on failure. An empty clipboard will return 0.
Syntax
The following definition is built into KCML. You do not have to include it in your own code.
$DECLARE 'KCMLGetClipboardLength()
Further Information
Introduced | KCML 5.00 |
Compatibility | KClient |
See Also