Associating linenumbers with chunks?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Associating linenumbers with chunks?
- From: Eike Decker <eike@...>
- Date: 2007年6月26日 15:23:02 +0200
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?