ClipboardSet
- copies the text to the Windows clipboard

Miscellaneous functions
(AmiBroker 4.60)


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
// clipboard
//
ClipboardSet( "The price of " + FullName() + " is " + Close );
SEE ALSO ClipboardGet() function

References:

The ClipboardSet function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.