Lingo Dictionary > A-C > copyToClipBoard |
![]() ![]() ![]() |
copyToClipBoard
Syntax
member(
whichCastMember
).copyToClipBoard()
copyToClipBoard member
whichCastMember
Description
Command; copies the specified cast member to the Clipboard without requiring that the cast window is active. You can use this command to copy cast members between movies or applications.
Example
This statement copies the cast member named chair to the Clipboard:
member("chair").copyToClipboard()
Example
This statement copies cast member number 5 to the Clipboard:
member(5).copyToClipboard()
See also
![]() ![]() ![]() |