copyFromClipboard: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 9: Line 8:


|gr2= Strings |GROUP2=
|gr2= Strings |GROUP2=
____________________________________________________________________________________________


| Return ANSI content of the (text) clipboard. If Unicode support is desired, see [[forceUnicode]].|DESCRIPTION=
| Return ANSI content of the (text) clipboard. If Unicode support is desired, see [[forceUnicode]].|DESCRIPTION=


|mp= {{Warning|Disabled in Multiplayer for security reasons}}|MP=
|mp= {{Warning|Disabled in Multiplayer for security reasons}}|MP=
____________________________________________________________________________________________


| '''copyFromClipboard''' |SYNTAX=
| '''copyFromClipboard''' |SYNTAX=
Line 22: Line 19:
|x1= <code>[[hint]] [[copyFromClipboard]];</code>|EXAMPLE1=  
|x1= <code>[[hint]] [[copyFromClipboard]];</code>|EXAMPLE1=  


____________________________________________________________________________________________


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

Revision as of 01:26, 17 January 2021

Hover & click on the images for description

Description

Description:
Return ANSI content of the (text) clipboard. If Unicode support is desired, see forceUnicode.
Multiplayer:
Disabled in Multiplayer for security reasons
Groups:
SystemStrings

Syntax

Syntax:
copyFromClipboard
Return Value:
String

Examples

Example 1:
hint copyFromClipboard;

Additional Information

See also:
copyToClipboarddiag_logforceUnicode

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