Jump to content

Recommended Posts

So I am trying to get the number of objects I have selected in editor and copy it to my clipboard. After some searching I came up with:
 

_selected = get3DENSelected "object";
_cnt = count _selected; 
copyToClipboard _cnt;

 

Have no idea why this is not working :/ Any help is appreciated.

Share this post


Link to post
Share on other sites
40 minutes ago, soolie said:

copyToClipboard needs a string

copyToClipboard str _cnt;

<333 worked !

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×