Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!elroy.jpl.nasa.gov!hacgate!ashtate!dbase!jeffw From: jeffw@dbase.A-T.COM (Jeff Wilson) Newsgroups: comp.databases Subject: Re: Piping Clipper output to another program Summary: Funcky.lib will do it Keywords: clipper DOS Novell stdout pipes Message-ID: <699@dbase.A-T.COM> Date: 6 Sep 90 23:21:56 GMT References: <4617@cvl.umd.edu> Reply-To: jeffw@dbase.UUCP (Jeff Wilson) Distribution: na Organization: Ashton Tate Development Center Glendale, Calif. Lines: 17 If you're using Summer '87, you need to pick up a copy of Funcky.lib from dLesko Associates ( 201-435-8401 ). It's got two functions that allow piping of program output ( stdout() and stdin() ). There are also over 200 other very useful functions that will make your life much easier. It's necessary to use these functions since Clipper handles all it's own I/O. If you're proficient in C, you could also write your own stdin() and stdout() functions using the Clipper Extend system. This would be prettry trivial to do. If you're using an earlier version of Clipper (like Autumn '86(?)), then UPGRADE. It's just not worth using anything before Summer '87! Jeff