|
GetTextFromClipboard | ||
String$ = GetTextFromClipboard() | ||
Parameters: NONE | ||
Returns: String$ = The Current Text Data on the clipboard |
||
The GetTextFromClipboard functions retrieves whatever text data is currently on the Windows clip board. FACTS: * The clipboard can hold all sorts of data, not just text. If you try and retrieve text from the clipboard, when it contians an Image, then the frunction will return a NULL string. Mini Tutorial: This example posts the message "Hello World" to the Windows clipboard, it then reads it back in the next line and displays them.
This example would output.
|
Related Info: | TextToClipboard : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |