Re: RPC string.dump() and upvalues
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: RPC string.dump() and upvalues
- From: Ketmar Dark <ketmar@...>
- Date: 2007年9月10日 07:35:33 +0300
hello, "Leo Leo" <leo4mailing+lua@gmail.com>.
On 2007年9月10日 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().