copyToClipboard: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
Line 24: Line 24:


____________________________________________________________________________________________
____________________________________________________________________________________________
|mp = Disabled for security reasons.


| [[copyFromClipboard]], [[diag_log]] |= SEEALSO  
| [[copyFromClipboard]], [[diag_log]] |= SEEALSO  

Revision as of 10:31, 17 May 2013

Hover & click on the images for description

Description

Description:
Copy the text to the clipboard.
Multiplayer:
Disabled for security reasons.
Groups:
Uncategorised

Syntax

Syntax:
copyToClipboard text
Parameters:
text: String
Return Value:
Nothing

Examples

Example 1:
copyToClipboard (str (_data));

Additional Information

See also:
copyFromClipboarddiag_log

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section