Alaska Software Inc. - I am mistaken or it is one real bug?
Username: Password:
AuthorTopic: I am mistaken or it is one real bug?
Jorge LI am mistaken or it is one real bug?
on Tue, 28 Jul 2009 16:38:10 -0300
I had to debug this program because it started failing

I work with 1.9.331 and with the set exact = off

        (      RIN->DEPOS_ = A1[3] .And.     => .T.
               RIN->A_SUC_ = A1[4] .And.     => .T.
               RIN->NBULTO == 1    .And.      => .F.
               RIN->ENVIO_ = A1[8]               => .T.              )   => 
.T.      IS BAD !!!!

RIN->DEPOS_ == A1[3] .And. RIN->A_SUC_ == A1[4] .And. RIN->NBULTO == 1 .And. 
RIN->ENVIO_ == A1[8]   = .T.   , too

look my wath view


i´m wrong ?


flordebug.jpg
Jorge LRe: I am mistaken or it is one real bug?
on Tue, 28 Jul 2009 17:05:53 -0300
Hi

with shortcut optimization enabled or disabled, happens the same thing

regards


"Jorge L" <jlborlando@way.com.ar> escribió en el mensaje de noticias 
news:1c0e9072$5a6e750d$3a467@news.alaska-software.com...
>
> I had to debug this program because it started failing
>
> I work with 1.9.331 and with the set exact = off
>
>        (      RIN->DEPOS_ = A1[3] .And.     => .T.
>               RIN->A_SUC_ = A1[4] .And.     => .T.
>               RIN->NBULTO == 1    .And.      => .F.
>               RIN->ENVIO_ = A1[8]               => .T.              )   =>
> .T.      IS BAD !!!!
>
> RIN->DEPOS_ == A1[3] .And. RIN->A_SUC_ == A1[4] .And. RIN->NBULTO == 1 
> .And.
> RIN->ENVIO_ == A1[8]   = .T.   , too
>
> look my wath view
>
>
> i´m wrong ?
>
Jorge LRe: I am mistaken or it is one real bug?
on Tue, 28 Jul 2009 17:23:06 -0300
Hi
a good notice ( for me..... )

There are no mistakes......,
the mistake is what the IDE evaluates and show



"Jorge L" <jlborlando@way.com.ar> escribió en el mensaje de noticias 
news:1c0e9072$5a6e750d$3a467@news.alaska-software.com...
>
> I had to debug this program because it started failing
>
> I work with 1.9.331 and with the set exact = off
>
>        (      RIN->DEPOS_ = A1[3] .And.     => .T.
>               RIN->A_SUC_ = A1[4] .And.     => .T.
>               RIN->NBULTO == 1    .And.      => .F.
>               RIN->ENVIO_ = A1[8]               => .T.              )   =>
> .T.      IS BAD !!!!
>
> RIN->DEPOS_ == A1[3] .And. RIN->A_SUC_ == A1[4] .And. RIN->NBULTO == 1 
> .And.
> RIN->ENVIO_ == A1[8]   = .T.   , too
>
> look my wath view
>
>
> i´m wrong ?
>
Joe Carrick Re: I am mistaken or it is one real bug?
on Tue, 28 Jul 2009 15:47:28 -0700
if "set exact off" and you use "==" for comparison it will be evaluated 
as "exact" is on.

-Joe

Jorge L wrote:
> 
> I had to debug this program because it started failing
> 
> I work with 1.9.331 and with the set exact = off
> 
>        (      RIN->DEPOS_ = A1[3] .And.     => .T.
>               RIN->A_SUC_ = A1[4] .And.     => .T.
>               RIN->NBULTO == 1    .And.      => .F.
>               RIN->ENVIO_ = A1[8]               => .T.              )   
> => .T.      IS BAD !!!!
> 
> RIN->DEPOS_ == A1[3] .And. RIN->A_SUC_ == A1[4] .And. RIN->NBULTO == 1 
> .And. RIN->ENVIO_ == A1[8]   = .T.   , too
> 
> look my wath view
> 
> 
> i´m wrong ?
> ------------------------------------------------------------------------
>
Jorge LRe: I am mistaken or it is one real bug?
on Wed, 29 Jul 2009 09:08:11 -0300
Hi Joe, thanks for the tip



"Joe Carrick" <joe.carrick@dslextreme.com> escribió en el mensaje de 
noticias news:5bde54f0$5849da3b$3a49b@news.alaska-software.com...
> if "set exact off" and you use "==" for comparison it will be evaluated as 
> "exact" is on.
>
> -Joe
>
> Jorge L wrote:
>>
>> I had to debug this program because it started failing
>>
>> I work with 1.9.331 and with the set exact = off
>>
>>        (      RIN->DEPOS_ = A1[3] .And.     => .T.
>>               RIN->A_SUC_ = A1[4] .And.     => .T.
>>               RIN->NBULTO == 1    .And.      => .F.
>>               RIN->ENVIO_ = A1[8]               => .T.              ) 
>> => .T.      IS BAD !!!!
>>
>> RIN->DEPOS_ == A1[3] .And. RIN->A_SUC_ == A1[4] .And. RIN->NBULTO == 1 
>> .And. RIN->ENVIO_ == A1[8]   = .T.   , too
>>
>> look my wath view
>>
>>
>> i´m wrong ?
>> ------------------------------------------------------------------------
>>
>