Use _CLIPBOARD$

by (no login)

You can use the _CLIPBOARD$ string variable to retrieve or set the clipboard text (copy/paste data), at least in Windows. Also I dont know if this would work in QB.

To "paste" use something like:
a$ = _CLIPBOARD$

To "copy" use something like:
_CLIPBOARD$ = a$

Posted on Jun 18, 2012, 8:54 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
Thanks on Jun 19