Hi Przemek,
I'm updating some parts with new TIMESTAMP.
Question:
in hb_cStr() I have:
CASE "D"
RETURN iif( Empty( xVal ), "0d00000000", "0d" + DToS( xVal ) )
which is the string representing an empty TIMESTAMP ?
0t0000000T00:00:00.000 is it correct ?
So can I write below line ?
CASE "T"
RETURN iif( Empty( xVal ), "0t0000000T00:00:00.000", "0t" +
hb_TSSToStr( xVal ) )
Best regards
Francesco
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour