[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: newbie to lua :-) a trivial question...
- From: starwing <weasley.wx@...>
- Date: Thu, 18 Nov 2010 19:14:31 +0800
hi all...
I'm confused about the multi return value of Lua.
how can I insert the multi return value from a function to a middle of a table?
e.g. fh:write("line: ", ..., "\n")
i found this is useful but i don't know how to do it.
btw, i know i can do above with write three function call. but, i just want to know how to insert these value into the middle of table.