|

the software that grows
with you
| |
|
V32CbPaste()
|
| Retrieves any text placed n
the Windows Clipboard. |
|
Syntax
|
| V32CbPaste() |
|
Arguments
|
| None |
|
Returns
|
| cText . Text string retrieved
from the clipboard. |
|
Description
|
| A replacement of OsLib
function ol_CbPaste() function. It works with every version of Windows
which Vouc32.lib supports. |
|
Usage
|
| local cText := V32CbPaste()
? cText
|
|
Tips
|
| |
|