GetClipboardText()

Syntax

Text$ = GetClipboardText()
Description
Returns the text string currently contained within the clipboard.

Parameters

None.

Return value

Text$ - The string containing the clipboard contents. If the clipboard contains no data, the return value is an empty string. If the clipboard contains data, but the clipboard contains no text data, the return value is an empty string.

Supported OS

All

<- GetClipboardImage() - Clipboard Index - SetClipboardImage() -> ;--------------------------------------------------------------------------------------------------------