<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'string split in lua'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 12:19:18 GMT</pubDate>
<item>
<title>yuconner said on 9/19/07</title>
<link>http://snipplr.com/view/840/string-split-in-lua/</link>
<description><![CDATA[ <p>-- (based on piece of code used for the QT wrapper library)
local digits = split("a b c d e f g h i j k l", " ")
for i=1,6 do
    b = self.panel:get<em>ButtonBridge</em>("screen.button<em>"..digits[i])
    self:connect(b, b.pressed, self, self.button</em>pressed,i)
end</p>
 ]]></description>
<pubDate>Wed, 19 Sep 2007 22:26:11 GMT</pubDate>
<guid>http://snipplr.com/view/840/string-split-in-lua/</guid>
</item>
</channel>
</rss>