Apple script Editor, write message to the "Result" window
        Posted  
        
            by Patrick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patrick
        
        
        
        Published on 2010-05-01T12:15:23Z
        Indexed on 
            2010/05/01
            12:27 UTC
        
        
        Read the original article
        Hit count: 298
        
applescript
|logging
I am using the Mac OS X Apple Script Editor and (while debugging) instead of writing a lot of display dialog statements, I'd like to write the results of some calculation in the window below, called "Result" (I have the German UI here, so the translation is a guess). So is there a write/print statement that I can use for putting messages in the "standard out" window? I am not asking to put the messages in a logfile on the file system, it is purely temporary.
© Stack Overflow or respective owner