? "t1==t2",t1==t2              // shows .F.
? "t1==date()",t1==date() // shows .T.
? "t2==date()",t2==date() // shows .F.
return
</code>
Shouldn't the comparisons above all return .T.?

No, it's correct behavior. Think about SET CENTURY.

If you want reversible conversion independent from any setting, use STOD()/DTOS().

Of course Viktor! Forgive me for that...
There is nothing but a century between t1 and t2.
Thank you!
Best regards,
Leandro


_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to