[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FUNCTION 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_ATTRIB.PRG


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson