Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!agate!dog.ee.lbl.gov!nosc!humu!pegasus!tleylan From: tleylan@pegasus.com (Tom Leylan) Newsgroups: comp.databases Subject: Re: Clipper and bitwise operators Message-ID: <1991Jun14.210914.25500@pegasus.com> Date: 14 Jun 91 21:09:14 GMT Article-I.D.: pegasus.1991Jun14.210914.25500 References: <1991Jun13.142852.5436@vax5.cit.cornell.edu> Distribution: comp Organization: Pegasus, Honolulu Lines: 18 In article <1991Jun13.142852.5436@vax5.cit.cornell.edu> b39y@vax5.cit.cornell.edu writes: > >However, Clipper has no bitwise operators that I can find. Am I missing them, >or do they truly not exist? If they don't exist, has anyone got suggestions >for alternative implementations? Thanks > Dave, Bitwise operations can be done quite easily in Clipper. The simple solution is to download the Nanforum Toolkit from Nantucket's forum on Compuserve. It is a compilation of many functions donated by Nanforum members and contains the bitwise operations that you are looking for. The Nanforum Toolkit is public domain and source code is included. Among the best routines in FT_Int86() which is an Int86 function written in assembler permitting Clipper programmers to call DOS interrupts directly from Clipper by simply loading an array and calling the function. tom