|

the software that grows
with you
| |
|
V32CbCopy()
|
| Copies a text string onto the Windows
Clipboard. |
|
Syntax
|
| V32CbCopy( <cText> ) |
|
Arguments
|
| cText |
A character string which will be copied onto the
Windows Clipboard. |
|
|
Returns
|
| NIL |
|
Description
|
| A replacement of OsLib function
ol_CbCopy() function. It works with every version of Windows which
Vouc32.lib supports. |
|
Usage
|
| local cText := memoread( 'MyText.txt' )
V32CbCopy( cText )
|
|
Tips
|
|
|