<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font face="DejaVu Sans Mono">Hello.<br>
      <br>
      p.d.<br>
      <br>
      ColorsInteger[].Extract (gb)<br>
      <br>
    </font><font face="DejaVu Sans Mono">Function Delete  ( Start As
      Integer [ , Length As Integer ] ) As Integer[]</font><br>
    <font face="DejaVu Sans Mono"><font face="DejaVu Sans Mono">Function
        Extract ( Start As Integer [ , Length As Integer ] ) As
        Integer[]</font><br>
      <br>
      <b>Removes one or more elements from the array, and returns them.<br>
        <br>
      </b>If Length is -1, then all elements from the specified Start to
      the end of the array are removed.<br>
      <br>
      <br>
      <i>Public Sub ButtonDelete1_Click()</i><i><br>
      </i><i><br>
      </i><i>  Dim iArray As Integer[] = ColorPalette1.Colors</i><i><br>
      </i><i><br>
      </i><i>  iArray = ColorPalette1.Colors.Delete(0, 3)</i><i><br>
      </i><i>  ColorPalette1.Colors = iArray</i><i><br>
      </i><i><br>
      </i><i>End</i><br>
      <br>
      Works exactly as specified... .<br>
      <br>
      Regards <br>
      <br>
      Hans<br>
    </font>
  </body>
</html>