Jump to content
Sign in to follow this  
sparcdr

Casting an array as a string for localize

Recommended Posts

If I wanted to add debugging so I was to print an array out to the RPT how would this be accomplished?

I've tried:

call compile format["%1 = %2", mainarray, debugstring];

localize debugstring;

With a scalar bool array string error as a result.

Share this post


Link to post
Share on other sites

Was told the answer elsewhere:

hint localize ("array = " + 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  

×