Viva Clipper !

SP_SATTDIRECT

Advertisements
SATTDIRECT()

  Short:
  ------
  SATTDIRECT() Sets up the the color vars directly

  Returns:
  --------
  Nil

  Syntax:
  -------
  SATTDIRECT([cNormCol],[cNormMenu],[cPopCol],[cPopMenu],[cFrame],;
        [nShadAtt],[nShadPos],[lExplode])

  Description:
  ------------
  This sets up the system color and interface variables
  described in SLS_*() all in one shot, rather than with individual
  calls.

  Examples:
  ---------
   To restore from an old COLORS.MEM:

   restore from colors.mem additive
   SATTDIRECT(c_normcol,c_normmenu,c_popcol , ;
                  c_popmenu,c_frame,c_shadatt,;
                         c_shadpos, c_xplode)

  Source:
  -------
  S_CLRFUN.PRG

 

Advertisements

Advertisements