|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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.
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 2017-03-18 17:42, also sprach dick balaska:
> #debug "0.000000\t0.000000\t0.000000\n"
Even better, running that line says
0000000 0 . 0 0 0 0 0 0 ht 0 . 0 0 0 0 0
0000020 0 ht 0 . 0 0 0 0 0 0 cr nl
--
dik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 3/18/2017 2:49 PM, Stephen wrote:
> 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.
>
Putting two next to each other makes no difference.
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 3/18/2017 10:57 PM, Mike Horvath wrote:
> On 3/18/2017 2:49 PM, Stephen wrote:
>> 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.
>>
>
> Putting two next to each other makes no difference.
>
>
A shot in the dark. It does eliminate one possible cause.
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 18.03.2017 um 19:38 schrieb Mike Horvath:
> 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
If you copy the message pane, the clipboard contents will include the
tab characters alright.
So it's probably an issue rooted in the GUI component used for the
message pane, and my guess is that we probably won't address this one.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |