Jump to content
Sign in to follow this  
1para{god-father}

How to list ARRAY ?

Recommended Posts

If I have an array how can I see what it holds i.e to screen or .RPT ?

Hint format["%1",name_of_my_array]

Share this post


Link to post
Share on other sites

Yup. Although with arrays i'll usually go with

copytoclipboard format["%1",name_of_my_array];

because it's easier to paste them somewhere and reuse them(e.g. a position)/take time to read them properly if they're big.

Share this post


Link to post
Share on other sites

The most simple:

hint str _array;

player sidechat str _array;

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
Sign in to follow this  

×