Platform |
x64 |
Purpose |
To copy large data to the clipboard. |
Syntax |
INTEGER FUNCTION COPY_TO_CLIPBOARD64@( BUFFER, NUM, TYPE ) |
Description |
NUM contents of BUFFER will be placed into the Windows clipboard and will be of the TYPE specified. For a list of the available data types see the COPY_FROM_CLIPBOARD64@ function. |
Return value |
Returns 1 on success or zero on failure. |
Notes |
Added to FTN95 at version 8.10 |
See also |
COPY_TO_CLIPBOARD@, |