Hello all,
I'm making more progress on my rc.lua thanks to your help with the
events, but my lack of lua knowledege is impeding me. What I want is to
spawn an application when I switch to tag, only if the tag currently has no
clients. Here's my current code. <http://pastebin.com/kNimE4Hy>
I'm very new to lua, and I've found the official documentation very dense. I
*think* # evaluates the length of a table, but I'm not sure. Does 0 evaluate
to false in lua? What on earth is the difference between object.function()
and object:function()
Thank you all!
Eliot