[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Getting a table from commandline output
- From: Rémi Rampin <remirampin@...>
- Date: Sun, 6 Nov 2011 16:47:10 +0100
2011/11/6 Luciano de Souza:
> I am trying to load a table with lines from a shell output. However, I am
> not able to understand what is wrong.
> [...]
Your code seems to work here, if I add the missing "end" on line 9
(you also probably want "line" to be declared local on line 7).
When you say "looping", do you mean your program never finishes?