I needed these today but GetClipboardData() and SetClipboardData() have been silently removed! They were added in v3.00 (http://www.purebasic.com/news22.php) so when did they go? The history in the help manual doesn't say, and they're no longer in the manual either:
Dude wrote:I needed these today but GetClipboardData() and SetClipboardData() have been silently removed! They were added in v3.00 so when did they go? The history in the help manual doesn't say, and they're no longer in the manual either:
These commands only worked with images anyway, but were not very convenient at that (GetClipboardData() only returned an ImageID, not a real PB image). So they were renamed to Get/SetClipboardImage() and improved to better integrate with the rest of PB.