Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

LUPDATE()

Yields the date the database was last updated.
---------------------------------------------------------------------------------

 Syntax

        LUPDATE() --> dModification  

 Arguments

        None    

 Returns

        <dModification>    The date of the last modification.    

 Description

      This function returns the date recorded by the OS when the selected
      or designated database was last written to disk.This function will
      only work for those database files in USE.

 Examples

      Function Main

      Use Tests New
      ? Lupdate() // 04/25/2000
      Use
      Return Nil

Status

      Ready

 Compliance

      This function is CA Clipper compliant

 Platforms

      All

 Files

      Library is rdd



See Also: FIELDNAME() LASTREC() RECSIZE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson