[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: RPC string.dump() and upvalues
- From: Ketmar Dark <ketmar@...>
- Date: Mon, 10 Sep 2007 07:35:33 +0300
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().