Python print

given:

def printSomething():
    print 'Something'

where does ‘Something’ get printed when I call:

runScript('app.printSomething()')

To the client’s console (under Help / Diagnostics).

Ahh. I keep looking at the gateway console.

Thanks.