Viva Clipper !

SP_SMALLKCLR

Advertisements
SMALLKCLR()

  Short:
  ------
  SMALLKCLR() Clears get lookup combinations set up with SMALLKSET()

  Returns:
  --------
  Nothing

  Syntax:
  -------
  SMALLKCLR()

  Description:
  ------------
  Clears the static lookup definitions stored with
  SMALLKSET(). See SMALLKSET().

  Examples:
  ---------
   SMALLKSET(K_F2,  ;
         "EDITCUST","mAgent",{||agent},"Agent",5,"AGENT")

   SMALLKCLR()

  Source:
  -------
  S_SMALK.PRG

 

Advertisements

Advertisements