[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Associating linenumbers with chunks?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 26 Jun 2007 10:24:58 -0300
> If I use loadstring(...), can I associate a line number with that chunk so that
> if the string was retrieved from another string, the line number points into
> the right linenumber of its "parent" string?
Sorry, no. But you can play games with load(...) and send empty lines before
sending the real stuff. --lhf