copyToClipboard: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added example)
m (Added SEEALSO)
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 11:17, 14 July 2011

Hover & click on the images for description

Description

Description:
Copy the text to the clipboard.
Groups:
Uncategorised

Syntax

Syntax:
copyToClipboard text
Parameters:
text: -
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