Running the following sample

FUNCTION MAIN()

    PRIVATE dTest

    IF !FILE( "TEST.MEM" )
        dTest = DATE()
        ? dTest
        SAVE TO TEST
    ENDIF

    RESTORE FROM TEST

    ? dTest

    INKEY( 0 )

    RETURN NIL

I wrongly get

04/30/09
04/30/09 00:00:00.00

instead of

04/30/09
04/30/09

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to