|
From: Zoltán <zv...@gm...> - 2011-07-02 20:33:01
|
>
> Why would there be a need to wait for anything? You either get your
> "OK" message string, or you get an error message. Either one of those
> signifies that the previous command is no finished.
Because errors don't have an unequivocal signature, nor do they have a defined
length. Also, if I say
fit f(x) 'foo.dat' u 1:2 via a, b
plot f(x), 'foo.dat' u 1:3
print "OK"
the fit command will produce a lot of lines, and the plot command can still very
will fail, so there is absolutely no telling how long the output is. I really
don't see how one could determine how long one has to read.
Zoltán
|