== where does the output of JavaScript print statements go== If you print out something from JavaScript, it is visible via help -> Support -> View Trace. As an alternative, you can start the client with "notes.exe -RPARAMS -console", then the print statements go to the console. ==How to see the ... |