Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>clpublic declares one or more functions public</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLpublic           Declares one or more functions public


Syntax:        CLpublic   <FUNC1,  FUNC2, ...>

Description:   Declares one or more functions public.  All functions to
               be called from within a Clipper application must be
               declared public in this way.

               Note: Function names must all be specified in upper
               case and bounded by parentheses.


----------------------------------- Example --------------------------------

   The following example is the source code header for a series of
   EXTEND.LIB functions found in Examplea.asm:

        CLpublic <ISPRINTER, TONE, CURDIR>
        CLpublic <BIN2I, BIN2W, BIN2L, I2BIN, L2BIN>


See Also: CLfunc

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson