ScriptSpot

Forum topic · General Scripting

Listener Output Length

By real08121985 · 2011-03-08

Description

There was a command to set/increase the listener output length. So the listener wont cut the end of lines if they are too long and something like this:


-- Syntax error
--  In line: #(1,2,3,4,5,6

wont be cuted and will appear in full length like this:


-- Syntax error
--  In line: #(1,2,3,4,5,6,7,8,9,10)

It's a single command but I can't find it anymore. Thanks for help!

Comments (2)

Swordslayer · 2011-03-08

printAllElements ? But that wouldn't work with error outputs (not that I can recall any similar case of the output being too short...)

real08121985 · 2011-03-08

That's it, thank you!