SetClipboardText writes text into the clipboard.
Return Value
bool is TRUE (1) if the text was written successfully otherwise the function returns FALSE (0).
Parameters
ssText is the text to be copied to the clipboard.
Example
smText = ["Engine", "123.123"; "Gearbox", "p12"];
ssText = smprintf("%s", smText, "\t", "\n");
SetClipboardText(ssText);
See also
id-1493865