<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://gambas-buch.de/dwen/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>GAMBAS-BOOK 3.19.5 - k7:k7.4:k7.4.9:k7.4.9.1</title>
        <description></description>
        <link>https://gambas-buch.de/dwen/</link>
        <lastBuildDate>Mon, 20 Apr 2026 11:14:34 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://gambas-buch.de/dwen/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>GAMBAS-BOOK 3.19.5</title>
            <link>https://gambas-buch.de/dwen/</link>
        </image>
        <item>
            <title>start</title>
            <link>https://gambas-buch.de/dwen/doku.php?id=k7:k7.4:k7.4.9:k7.4.9.1:start&amp;rev=1775137149&amp;do=diff</link>
            <description>7.4.9.1 Sorting one-dimensional arrays

7.4.9.1.1 Example 1 - Sorting a one-dimensional native array

Sorting the elements of one-dimensional native arrays works with the sort(...)method without any problems - as the following example shows:


Public Sub btnNativesArraySortieren_Click()
  Dim iCount, k As Integer
  Dim a1DArray As New String[]
  Dim aNames As String[] = [&quot;Eagle&quot;, &quot;Bear&quot;, &quot;Badger&quot;, &quot;Fox&quot;, &quot;Tit&quot;, &quot;Eagle Owl&quot;, &quot;Moose&quot;]

  iCount = 5
  a1DArray.Resize(iCount)

  Randomize

  For k =…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Apr 2026 13:39:09 +0000</pubDate>
        </item>
    </channel>
</rss>
