ClipboardSet
|
Miscellaneous functions |
SYNTAX | ClipboardSet( ''Text'' ); |
RETURNS | NUMBER |
FUNCTION | Copies the "text" to the Windows clipboard. Returns True (1) on success and 0 on failure |
EXAMPLE | //
this can be used to put dynamically-constructed texts into |
SEE ALSO | ClipboardGet() function |
The ClipboardSet function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.