Page MenuHomeFeedback Tracker

copyFromClipboard not returning anything.
Closed, ResolvedPublic

Description

So... The scripting command copyToClipboard "AnyTextHereToCopy" works perfectly fine, however, copyFromClipboard doesn't seem to be working.

I don't think the command is disabled as it still returns a string. An empty string, but it still returns a string, as the command...

player groupChat (typeName (copyFromClipboard));

... prints out "STRING".

Details

Legacy ID
2094753689
Severity
Minor
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce

Use the command copyFromClipboard.

Additional Information

Not needed.

Event Timeline

Horner edited Steps To Reproduce. (Show Details)Mar 12 2013, 8:38 PM
Horner edited Additional Information. (Show Details)
Horner set Category to Scripting.
Horner set Reproducibility to Always.
Horner set Severity to Minor.
Horner set Resolution to Open.
Horner set Legacy ID to 2094753689.May 7 2016, 12:26 PM
Bohemia added a subscriber: Gnarfo.Mar 12 2013, 8:38 PM

Yeah, if you could just go ahead an fix this issue.. that´d be great.

But seriously, not being able to 'call compile copyFromClipboard' makes scripting damn tedious for me. It was such a great way to test code snippets and output variables on the fly.

So, pretty please with sugar on top, don´t let this one slip through just because it looks like a minor issue. At least for me it´s not.

I think the command you are looking for is:

player groupChat (str(copyFromClipboard));

which will print the string representation of the clipboard.

I tested running:

copyToClipboard "AnyTextHereToCopy"
player groupChat (str(copyFromClipboard));

and it printed ""AnyTextHereToCopy"" in my chat. Hope this helps.

Well, first off all I´m not looking for anything. The code I posted is tried and true. I´ve used it countless times in ArmA2 and just copied it over to my Arma3 mission, where it does nothing.

Secondly, I´ve tested your example and it printed """" aka an empty string, just as described by the OP. I can´t explain the different results, unless you accidentally started ArmA2 ;)

In any case the problem persists, even if it´s not 100% reproducible.

Ok, I did some research and found out the issue is directly related to https://dev-heaven.net/issues/51253
The command is only disabled in mp, that´s why we got different results.

Is it possible to rename and rephrase the ticket? Because the current description isn´t accurate anymore. Otherwise we should create a new ticket because it still is a problem.

Commands are disabled in MP :
[97106] Changed: copyFromClipboard now does nothing in MP, copyToClipboard does nothing in MP on clients.

http://forums.bistudio.com/showthread.php?140273-ARMA-2-OA-beta-build-97127-(1-62-MP-compatible-build-post-1-62-release)

Hope it will be enable back to allow import/export with community tools.

Summary and description should be updated.

Mass closing ancient tickets with no activity for > 12 months; assume fixed or too trivial.

If this issue is still relevant in current dev build, please re-post.