lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.