GetClipboardTextΒΆ

ssText = GetClipboardText()

Return Value

ssText contains the text from the clipboard. If an error occurred or the clipboard is empty the function returns an empty string.

Example

ssText = GetClipboardText();

id-1493673