lua-users home
lua-l archive

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


hello, "Leo Leo" <leo4mailing+lua@gmail.com>.

On Mon, 10 Sep 2007 04:30:23 +0200
"Leo Leo" <leo4mailing+lua@gmail.com> wrote:

> My question is: there is any workaround to do that between different
> applications ? There is a way to de-upvalue a value ?
read the dox about string.dump(). you can't use upvalues in dumped
function. there's no easy way to do it with string.dump().