SP Color chart

      Top row = Clipper foreground color codes
      Left Column = Clipper background color codes
      Colored Blocks = Numeric color codes (background*16)+foreground

       N   B   G   BG  R   RB  GR  W   +N  +B  +G  +BG +R  +RB +GR +W

  N      0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  
  B     16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  
  G     32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  
  BG    48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  
  R     64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  
  RB    80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  
  GR    96  97  98  99 100 101 102 103 104 105 106 107 108 109 110 111 
  W    112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127

SP Conflicts with other libraries

 Other than naming conflicts, there is no reason that
 SuperLib should conflict with other libraries.  

 a) SuperLib uses no direct screen writing - it is all 
    done through Clipper. 
 b) SuperLib does not take over any interrupts. 
 c) SuperLib uses no Clipper internals.  
 d) SuperLib does not replace the Clipper GET system.

 If, however, another library you are using does any
 of these things,  there may be unpredictable results.