<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.mercaware.de/handbuch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.mercaware.de/handbuch/feed.php">
        <title>mercaware-Handbuch programmierung:formulare:variablen</title>
        <description></description>
        <link>https://www.mercaware.de/handbuch/</link>
        <image rdf:resource="https://www.mercaware.de/handbuch/lib/tpl/mercaware/images/favicon.ico" />
       <dc:date>2026-05-08T21:03:20+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.mercaware.de/handbuch/programmierung/formulare/variablen/typen?rev=1583047528&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.mercaware.de/handbuch/programmierung/formulare/variablen/vordef?rev=1583047528&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.mercaware.de/handbuch/lib/tpl/mercaware/images/favicon.ico">
        <title>mercaware-Handbuch</title>
        <link>https://www.mercaware.de/handbuch/</link>
        <url>https://www.mercaware.de/handbuch/lib/tpl/mercaware/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.mercaware.de/handbuch/programmierung/formulare/variablen/typen?rev=1583047528&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-01T08:25:28+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Variablentypen</title>
        <link>https://www.mercaware.de/handbuch/programmierung/formulare/variablen/typen?rev=1583047528&amp;do=diff</link>
        <description>Variablentypen

Variablentyp int

Ganzzahlen im Bereich von -2147483647 bis +2147483647 Definition erfolgt in der Form:
int varname;

Zugriff auf den Inhalt der Variablen erfolgt über den Variablennamen 'varname'.

Variablentyp float

Fließkommazahlen im Bereich von -1E76 bis +1E76 Definition erfolgt in der Form:
float varname;</description>
    </item>
    <item rdf:about="https://www.mercaware.de/handbuch/programmierung/formulare/variablen/vordef?rev=1583047528&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-01T08:25:28+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vordefinierte Variablen</title>
        <link>https://www.mercaware.de/handbuch/programmierung/formulare/variablen/vordef?rev=1583047528&amp;do=diff</link>
        <description>Vordefinierte Variablen

curcell

Eine besondere Form einer Variablen stellt die aktuelle Zelle 'curcell' dar.
Zellen sind das Instrument mit dem man Informationen auf einer darzustellenden Seite
positioniert und mit bestimmten Attributen versehen kann. Zellen müssen nicht eigens definiert
werden, sondern sie werden beim Zuweisen automatisch mit dem entsprechenden Typ (int,
float oder text) angelegt und ändern bei erneuter Zuweisung automatisch ihren Typ.
Die aktuelle Zelle 'curcell' ist eine gl…</description>
    </item>
</rdf:RDF>
