POV-Ray : Newsgroups : povray.newusers : #debug text stream... : Re: #debug text stream... Server Time
28 Jul 2024 18:17:41 EDT (-0400)
  Re: #debug text stream...  
From: Mike Williams
Date: 17 Feb 2008 03:56:39
Message: <SNbPxGGeQ$tHFw8Q@econym.demon.co.uk>
Wasn't it this is me who wrote:
>This may be a retarded question, but when one adds the following line to a POV
>script, and then presses Run, where does the text show up?  It isn't in the
>messages window, so what am I missing?
>
>#debug concat("hello", " world")

In some environments, text can sit in the #debug output buffer 
indefinitely until it gets a newline.

#debug concat("hello", " world", "\n")

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.