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