/ Published in: Lua
Expand |
Embed | Plain Text
if (type(var) == "table") then -- do stuff if is table else -- do stuff if is *not* table end
You need to login to post a comment.
traeregan on 07/06/09
1 person have marked this snippet as a favorite
if (type(var) == "table") then -- do stuff if is table else -- do stuff if is *not* table end
You need to login to post a comment.