[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Executing Loadstring function as part of a lua class
- From: Ben Sunshine-Hill <sneftel@...>
- Date: Mon, 12 Dec 2005 22:12:00 -0800
On 12/12/05, Ben Sunshine-Hill <sneftel@gmail.com> wrote:
> However, chunks are treated as having a vararg list. So you should be
> able to access the "self" via the line "self = ...". I've never tried
> this, though.
Errrr.... BTW, that's only in Lua 5.1. So chances are, those three
sentences aren't useful to you, in which case follow PA's advice.
Ben