Re: creating a table from a file
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: creating a table from a file
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2014年1月26日 16:52:15 -0200
> If you can trust the input, you can use loadfile() to execute the entire
> file.
loadfile compiles but does not execute the code. loadfile returns a function
that needs to be called to execute the code.