<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Try this. It will correct the "8" &
      "7" in one line: -<br>
      <br>
      <b>Public Sub Form_Open()</b><b><br>
      </b><b>Dim sArray As String[] = ["0", "1", "2", "3", "4", "5",
        "6", "8", "7", "9"] </b><b><br>
      </b><b><br>
      </b><b>sArray.add(sArray.Extract(7)[0], 8)</b><b><br>
      </b><b><br>
      </b><b>Print sArray.Join(" ")</b><b><br>
      </b><b><br>
      </b><b>End</b><b><br>
      </b><br>
      Charlie<br>
      <br>
      <br>
      On 06/06/18 10:41, Rolf-Werner Eilert wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:e3c43311-d62a-a32a-ebda-908a996860e2@osnanet.de">
      <br>
      Am 06.06.2018 um 11:16 schrieb <a class="moz-txt-link-abbreviated" href="mailto:d4t4full@gmail.com">d4t4full@gmail.com</a>:
      <br>
      <blockquote type="cite">I guess SWAP or EXCHANGE would better
        represent the intention of exchanging two items or blocks of
        items.
        <br>
        <br>
        zxMarce.
        <br>
      </blockquote>
      <br>
      I thought so too, but... after all, it's not a swapping or
      exchanging, I don't want to exchange or swap TWO items but only
      set ONE item to a new position.
      <br>
      <br>
      Hard to find a word for it. In German it is "verschieben" whereas
      "schieben" means "to push" and "ver..." means "away" or "to
      another place".
      <br>
      <br>
      Maybe "move" would match it?
      <br>
      <br>
      Regards
      <br>
      Rolf
      <br>
      <br>
      <br>
      <br>
      <br>
      ----[ Gambas mailing-list is hosted by <a class="moz-txt-link-freetext" href="https://www.hostsharing.net">https://www.hostsharing.net</a>
      ]----
      <br>
    </blockquote>
    <br>
  </body>
</html>