home *** CD-ROM | disk | FTP | other *** search
- ***********************
- * Clipper to Pascal Interface ex01_clp.prg
- * Compile and link with ex01_pas.obj
- *
- * Copyright (c) 1988 Nantucket Corp.
- ***********************
-
- DECLARE array[3]
- array[1] = "Devorah"
- array[2] = 456
- array[3] = CTOD("09/01/87")
-
- ? ArrFunc(array)
-
-