[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Determining whether a field is a table
- From: "Pete Kay" <petedao@...>
- Date: Mon, 21 Jul 2008 18:12:32 +0800
Hi,
I am working on parsing XML using Lua Expat. Is there any function that can return true or false depending on whether the value of a variable is a table or not? I need such kind of function to process the result of the parse() function.
Any suggestion will be greatly appreciated.
Thanks,
Pete