home *** CD-ROM | disk | FTP | other *** search
- ***********************
- * Clipper to Pascal Interface ex02_clp.prg
- * Compile and link with ex02_pas.obj object file
- *
- * Copyright (c) 1988 Nantucket Corp.
- ***********************
-
- extern udf
- clear
- x = date()
- y = ctod("06/19/56")
- z = ctod("03/02/52")
- udf(x, y, z)
-
-
-
-