<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[TCL] - Array Problem ned]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>Hab folgendes Problem:<br />
Will in ein Array schreiben</p>
<pre><code>set array(3) 4;
</code></pre>
<p>wenn ich das jetzt ausführe bricht das Script ab...</p>
<p>wenn ich aber</p>
<pre><code>set array{3} 4;
</code></pre>
<p>schreibe funktioniert es scheinbar....<br />
jedoch ist das Array dann leer</p>
<p>Hat jemand ne Ahnung woran das liegen könnte??</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/174059/tcl-array-problem-ned</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 22:03:02 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/174059.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Feb 2007 15:11:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [TCL] - Array Problem ned on Thu, 22 Feb 2007 15:11:32 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>Hab folgendes Problem:<br />
Will in ein Array schreiben</p>
<pre><code>set array(3) 4;
</code></pre>
<p>wenn ich das jetzt ausführe bricht das Script ab...</p>
<p>wenn ich aber</p>
<pre><code>set array{3} 4;
</code></pre>
<p>schreibe funktioniert es scheinbar....<br />
jedoch ist das Array dann leer</p>
<p>Hat jemand ne Ahnung woran das liegen könnte??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1233384</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1233384</guid><dc:creator><![CDATA[Flodo]]></dc:creator><pubDate>Thu, 22 Feb 2007 15:11:32 GMT</pubDate></item></channel></rss>