[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: simple question
- From: "Bram Vaessen" <bram.vaessen@...>
- Date: Wed, 4 Sep 2002 23:04:02 +0200
simple question:
If I have a normal lua function that returns a string, and I call this
function from C, and use lua_tostring to get the string. Do I need to copy
the string into another string if I want to keep it.
And if not, then I guess I have to take care of deleting the string if it's
not needed anymore?
Thanks,
Bram Vaessen