|
TextToClipboard | ||
TextToClipboard String$ | ||
Parameters: String$ = The String you wish to post to the cliboard |
||
Returns: NONE | ||
TextToClipboard takes a PlayBASIC string and pastes it to the windows clipboard. It's the programming equivalent of Cut and Paste text in Windows Note Pad. FACTS: * None 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: | GetTextFromClipboard : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |