<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://gambas-buch.de/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-BUCH 3.19.5 - k19:k19.8:k19.8.4</title>
        <description></description>
        <link>https://gambas-buch.de/</link>
        <lastBuildDate>Sun, 19 Apr 2026 13:21:19 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://gambas-buch.de/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>GAMBAS-BUCH 3.19.5</title>
            <link>https://gambas-buch.de/</link>
        </image>
        <item>
            <title>start</title>
            <link>https://gambas-buch.de/doku.php?id=k19:k19.8:k19.8.4:start&amp;rev=1775129701&amp;do=diff</link>
            <description>﻿19.8.4   Klasse System

Diese Klasse System (gb.eval) besitzt nur zwei (statische) Eigenschaften:

	*  Datatypes – Static Property Read Datatypes As String[]
	*  In einem String-Array werden alle nativen Datentypen von Gambas gespeichert.


Public Sub btnGetDatatypes_Click()

  Dim aMatrixDataTypes As String[]
  Dim sElement As String
  
  TextArea.Clear
  aMatrixDataTypes = System.Datatypes
  
  For Each sElement In aMatrixDataTypes
      TextArea.Insert(sElement &amp; gb.NewLine)
  Next
 &#039; sEleme…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Apr 2026 11:35:01 +0000</pubDate>
        </item>
    </channel>
</rss>
