|
 |
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
|
 |