@Kim Jensen: "log method... parameters"

Hi Kim,

In version 4.15 I found the "item.checked" doohickie, but I'm still wondering what

> Script method: log method now accepts multiple parameters

means. ?

Explanation please?

Thanks and best,
DF
Reply to #1:
I know, I haven't updated the documentation for this one yet.

Here is a basic example:

var x = index;
var y = item.checked;
var z = item.filename;
log(x, y, z);

The log method will accept any number of parameters.
Reply to #2:

Cool, thanks!

And BTW, thanks for the escape out of the log screen, that's awesome!