copyFromClipboard: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 97902 by killzone_kid on 2016-11-17T13:57:14Z)
m (template:command argument fix)
Line 13: Line 13:
| '''copyFromClipboard''' |= Syntax
| '''copyFromClipboard''' |= Syntax


|p1= |= PARAMETER1
|p1= |PARAMETER1=  


|p2= |= PARAMETER2
|p2= |PARAMETER2=  


|p3= |= PARAMETER3
|p3= |PARAMETER3=  


| [[String]] |= RETURNVALUE
| [[String]] |RETURNVALUE=  




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


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[copyToClipboard]], [[diag_log]] |= SEEALSO
| [[copyToClipboard]], [[diag_log]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:30, 7 April 2019

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