Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

CLIPINIT()

Initialize various Harbour sub-systems
---------------------------------------------------------------------------------

 Syntax

        CLIPINIT() --> NIL  

 Arguments

        none.    

 Returns

        CLIPINIT()   always return NIL.    

 Description

      CLIPINIT() is one of the pre-defined INIT PROCEDURE and is executed
      at program startup. It declare an empty MEMVAR PUBLIC array called
      GetList that is going to be used by the Get system. It activates the
      default error handler, and (at least for the moment) calls the
      function that sets the default help key.

Status

      Ready

 Compliance

      It is said that CLIPINIT() should not call the function that sets
      the default help key since CA-Clipper does it in some other place.

 Platforms

      All



See Also: INIT PROCEDURE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson