Copy specified array of objects to clipboard
cbObj.copy(objArray)
The copy
method copies the specified objects
to the clipboard. Objects to copy are specified through a single argument
array of objects.
Later, complete the copy operation by invoking the pasteTo
method.
| The Clipboard object to copy to. |
| Array of Stateflow® objects to copy. These objects must conform to the following:
|
None