copyFromClipboard: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(MP limitation)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return the content of the (text) clipboard. |= Description
| Return the content of the (text) clipboard.  
{{warning|Disabled in Multiplayer for security reasons}} |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 22:




|x1= <code>myClipboard = copyFromClipboard;
|x1= <code>[[hint]] [[copyFromClipboard]];</code>|= EXAMPLE1  
hint myClipboard;
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 15:57, 17 November 2016

Hover & click on the images for description

Description

Description:
Return the content of the (text) clipboard.
Disabled in Multiplayer for security reasons
Groups:
Uncategorised

Syntax

Syntax:
copyFromClipboard
Return Value:
String

Examples

Example 1:
hint copyFromClipboard;

Additional Information

See also:
copyToClipboarddiag_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