POV-Ray : Newsgroups : povray.windows : #debug not printing tab character : Re: #debug not printing tab character Server Time
25 Apr 2024 03:17:13 EDT (-0400)
  Re: #debug not printing tab character  
From: dick balaska
Date: 18 Mar 2017 17:42:25
Message: <58cda9c1$1@news.povray.org>
Am 2017-03-18 14:49, also sprach Stephen:
> On 3/18/2017 6:38 PM, Mike Horvath wrote:
>> Neither of the following are printing the tab character. Not sure what
>> is going on.
>>
>>      #debug "0.000000\t0.000000\t0.000000\n"
>>      #debug "0.000000    0.000000    0.000000\n"
>>
>> 3.7.1-alpha.8913469+av318.msvc14.win64
>
> Just a thought: Put two tab characters together in case it is tabing to
> the next space with one.
>

It works for me with beta.3 and beta.4 (povconsole64)

#debug concat("protected static final double reeferInView = ", 
str(SvrReeferInView, 0, -1), ";\t\t\t// F: ", 
str(SvrReeferInView*fps,4,0), "\n")

gives me

0012000                                           p   r   o   t   e   c
0012020   t   e   d  sp   s   t   a   t   i   c  sp   f   i   n   a   l
0012040  sp   d   o   u   b   l   e  sp   r   e   e   f   e   r   I   n
0012060   V   i   e   w  sp   =  sp   3   7   .   5   6   4   6   5   5
0012100   ;  ht  ht  ht   /   /  sp   F   :  sp  sp   9   0   1  cr  nl


-- 
dik


Post a reply to this message

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