SetClipboardObjectΒΆ

SetClipboardObject writes an UniScript object into the clipboard.

bool = SetClipboardObject(obj)

Return Value

bool is TRUE (1) if the object was written successfully otherwise the function returns FALSE (0).

Parameters

obj

obj is the object to be copied to the clipboard.

Example

obj = [. Engine =  123.123, Gearbox = "p12"];
SetClipboardObject(obj);

History

Version Description
R2014 New.

id-741054