Check if variable is table



Published: 2017-09-05 12:04:06 +0000
Categories: LUA,

Language

LUA

Description

Simple conditional to check whether a given variable is a table (as opposed to a string or integer) in LUA

Snippet

if (type(elem) == "table") then
    print("Is a table")
else
    print("Is not a table")
end

Keywords

table, check, type,

Latest Posts


Copyright © 2022 Ben Tasker | Sitemap | Privacy Policy
Available at snippets.bentasker.co.uk, http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion and http://snippets.bentasker.i2p
hit counter