PureBasic - Clipboard
Overview
The clipboard is the standard way to share informations and data trough the applications currently running on the OS. For example, when cutting a text in a text editor it goes to the clipboard and can be later retrieved by any other text editor to paste it. PureBasic allows to copy and retrieve any kind of data easely trough the standard clipboard.
Command Index
ClearClipboard
GetClipboardData
GetClipboardText
SetClipboardData
SetClipboardText
Supported OS
Windows, AmigaOS, Linux