<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://de.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Deklaration_von_Variablen</id>
		<title>Deklaration von Variablen - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://de.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Deklaration_von_Variablen"/>
		<link rel="alternate" type="text/html" href="https://de.arcowiki.com/index.php?title=Deklaration_von_Variablen&amp;action=history"/>
		<updated>2026-04-15T11:28:23Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in ArcoWiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://de.arcowiki.com/index.php?title=Deklaration_von_Variablen&amp;diff=346&amp;oldid=prev</id>
		<title>Slia: Die Seite wurde neu angelegt: „In order to perform a '''Variable Declaration''' it is necessary to use the &lt;code&gt;DECL/&lt;/code&gt; command.&lt;br /&gt; With that command it is specified the varia…“</title>
		<link rel="alternate" type="text/html" href="https://de.arcowiki.com/index.php?title=Deklaration_von_Variablen&amp;diff=346&amp;oldid=prev"/>
				<updated>2018-06-29T10:02:35Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „In order to perform a &amp;#039;&amp;#039;&amp;#039;&lt;a href=&quot;/index.php/Variable&quot; title=&quot;Variable&quot;&gt;Variable&lt;/a&gt; Declaration&amp;#039;&amp;#039;&amp;#039; it is necessary to use the &amp;lt;code&amp;gt;DECL/&amp;lt;/code&amp;gt; command.&amp;lt;br /&amp;gt; With that command it is specified the varia…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In order to perform a '''[[Variable]] Declaration''' it is necessary to use the &amp;lt;code&amp;gt;DECL/&amp;lt;/code&amp;gt; command.&amp;lt;br /&amp;gt;&lt;br /&gt;
With that command it is specified the [[variable]] type and its name.&lt;br /&gt;
&lt;br /&gt;
The [[variables]] can be:&amp;lt;br/&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;COMMON&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;GLOBAL&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;LOCAL&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and can be declared in the following types:&amp;lt;br/&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;BOOL&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;CHAR&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;INTGR&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;REAL&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;VECTOR&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;LONG&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Declaration of different variable types&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,80,TCDIRS&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/INTGR,TCNSLT&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ It is possible to declare different variables of the same type in the same row&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/DOUBLE,TCDIFX,TCDIFY,TCDIFZ&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Declaration of an array of 10 char, called result. Each char has 80 characters.&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,80,RESULTS[10]&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Declaration of an array of 10 x 5 char&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,80,RESULTS[10,5]&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[it:Dichiarazione delle variabili]]&lt;br /&gt;
[[zh-cn:变量声明]]&lt;br /&gt;
[[pt:Declaração de variáveis]]&lt;br /&gt;
[[de:Deklaration von Variablen]]&lt;br /&gt;
[[es:Declaración de variables]]&lt;br /&gt;
[[en:Variables declaration]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>