Hi,

Francesco Saverio Giudice wrote:
Just a small error:
? :Birthday := CToD( "23/05/2006" )
Returns NIL, instead it should returns assigned date
Think to
? dDate := :Birthday := CToD( "23/05/2006" )
in this case dDate is Nil.

? :Birthday                       // here it should return a date
correctly returns the assigned date.


Fixed.


Regards,
Mindaugas
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to