ScriptSpot

Forum topic · General Scripting

Too much information in the listener

By signal · 2009-03-07

Description

In max 2009, if I execute the following script from the editor:

x = 5

y = 3

for i = 1 to 5 do y=x^i

print y

the listener output is:

5

3

OK

3125

3125

wheres I would expect it to be just "3125".

Also, if I type "print 3*3" directly into the listener, the output is:

3

9

Is there some setting to make the listener less verbose?

Comments (1)

Ralf · 2009-03-20

if you type your scripts in the MaxScriptEditor, you only get a "3125-popup" (well, if you make a dialog for it)

the listener is especialy there to give every detail for debuggingpurposes