<?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.2</title>
        <description></description>
        <link>https://gambas-buch.de/dwen/</link>
        <lastBuildDate>Wed, 22 Apr 2026 08:06:41 +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.2:start&amp;rev=1775136506&amp;do=diff</link>
            <description>7.4.2 Dynamic arrays

A dynamic array is an array that is a real Gambas object. The size of a dynamic array can be queried at runtime. A dynamic array with a dimension can be resized at any time. 

Example:


[1] Public Sub btnShowExample_Click()
[2]   Dim i, j As Integer
[3]   Dim a2DDateArray As New Date[][]
[4]   Dim myArray As Date[]
[5]
[6]   a2DDateArray.Resize(10) &#039; *
[7]
[8]   For i = 0 To 9
[9]     a2DDateArray[i] = New Date[]
[10]     a2DDateArray[i].Resize(5) &#039; **
[11]     For j = 0 T…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Apr 2026 13:28:26 +0000</pubDate>
        </item>
    </channel>
</rss>
