On Thursday, January 10, 2008, 20:42 Przemyslaw Czerpak <[EMAIL PROTECTED]>
wrote:
>> What I don't understand - how two objects can be EXACTLY EQUAL and in
>> the same time NOT simply EQUAL.
PC> Ask Clipper authors why:
PC> a:={}; ? a==a
PC> shows .T. and:
PC> a:={}; ? a=a
PC> causes
On Thu, 10 Jan 2008, Alexander S.Kresin wrote:
> PC> It's correct. ASCAN() uses EQUAL comparison not EXACTLY EQUAL comparison.
> That's clear.
> What I don't understand - how two objects can be EXACTLY EQUAL and in
> the same time NOT simply EQUAL.
Ask Clipper authors why:
a:={}; ? a==a
sho
On Thursday, January 10, 2008, 17:33 Przemyslaw Czerpak <[EMAIL PROTECTED]>
wrote:
PC> It's correct. ASCAN() uses EQUAL comparison not EXACTLY EQUAL comparison.
That's clear.
What I don't understand - how two objects can be EXACTLY EQUAL and in
the same time NOT simply EQUAL.
Regards,
Alex