sparcdr 0 Posted September 6, 2010 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
sparcdr 0 Posted September 6, 2010 Was told the answer elsewhere: hint localize ("array = " + str(array)); Share this post Link to post Share on other sites
[asa]oden 0 Posted September 6, 2010 diag_log format["*** Mainarray: %1",mainarray]; Share this post Link to post Share on other sites