POV-Ray : Newsgroups : povray.newusers : #debug text stream... : Re: #debug text stream... Server Time: 29 Aug 2008 19:47:13 GMT
  Re: #debug text stream...  
From: Mike Williams
Date: 17 Feb 2008 08:56:39
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-2008 Persistence of Vision Raytracer Pty. Ltd.