Notifications
Clear all
[Closed] Increase format string length to fix "…"
Feb 05, 2009 6:29 am
im using format to output to a file, however my string is really long, so max is putting in the “…” at the end of my array.
I have forgotten how to fix this in maxscript.
3 Replies
Feb 05, 2009 6:29 am
or the exception safe method:
with printAllElements on
(
-- format / print etc
)