lua-users home
lua-l archive

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


> -----Original Message-----
> From: lua-bounces@bazar2.conectiva.com.br 
> [mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Chris Marrin
> Sent: Wednesday, July 20, 2005 10:11 PM
> To: Lua list
> Subject: Re: Concatenating strings with '+'
...
> Let me first say that I am pretty new to Lua. There are many 
> who are much more experienced than me, and better suited to 
> answer your question. But I have special needs of the engine 
> like you, so I have been in this section of the code. It 
> seems like you could have used
> luaV_concat() to do this rather than recoding it in-place.
> 
 I tried to use luaV_concat first, but it crashed everytime. Lack of
knowledge about Lua internals... I still have no idea how the VM works.

Regards,
Ignacio