<?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[Ofelia - ofTable();]]></title><description><![CDATA[<p>Hi everyone,</p>
<p>I’m trying to create a two-dimensional array in Ofelia using ofTable. I initially tried using local</p>
<pre><code>local x = ofTable(a, b);
</code></pre>
<p>but it didn’t work. Then I attempted something like this:</p>
<pre><code>local x = ofTable();
local a = 1;
x[a] = ofTable();
</code></pre>
<p>Unfortunately, this approach also didn’t work for me. I’ve tried a few different methods, but I haven’t been able to get it right. Could someone please guide me on how to properly create a two-dimensional array (A x B ) using ofTable?</p>
<p>Thank you so much for your help!<br />
Desperate.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14833/ofelia-oftable</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 06:46:17 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14833.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Aug 2024 13:57:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ofelia - ofTable(); on Sun, 18 Aug 2024 13:57:02 GMT]]></title><description><![CDATA[<p>Hi everyone,</p>
<p>I’m trying to create a two-dimensional array in Ofelia using ofTable. I initially tried using local</p>
<pre><code>local x = ofTable(a, b);
</code></pre>
<p>but it didn’t work. Then I attempted something like this:</p>
<pre><code>local x = ofTable();
local a = 1;
x[a] = ofTable();
</code></pre>
<p>Unfortunately, this approach also didn’t work for me. I’ve tried a few different methods, but I haven’t been able to get it right. Could someone please guide me on how to properly create a two-dimensional array (A x B ) using ofTable?</p>
<p>Thank you so much for your help!<br />
Desperate.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14833/ofelia-oftable</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14833/ofelia-oftable</guid><dc:creator><![CDATA[Nif.40]]></dc:creator><pubDate>Sun, 18 Aug 2024 13:57:02 GMT</pubDate></item></channel></rss>