[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Determining whether a field is a table
- From: "Robert Raschke" <rtrlists@...>
- Date: Mon, 21 Jul 2008 11:14:14 +0100
function is_table(x)
return type(x) == "table"
end