<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie., 10 de ene. de 2020 a la(s) 14:45, T Lee Davidson (<a href="mailto:t.lee.davidson@gmail.com">t.lee.davidson@gmail.com</a>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Perhaps because you didn't tell the interpreter to "Wait" for the command to finish before continuing on?<br>
<br>
If you're simply trying to get the contents of "/etc/courier/authdaemonrc" for parsing, then why not just retrieve it into a <br>
string variable and then parse it without bothering with Process_Read()?<br></blockquote><div><br></div><div>yeah.. ¬_¬u</div><div><br></div><div>i done inthat way!   6_6u</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
For example:<br>
Exec ["cat", "/etc/courier/authdaemonrc"] to cadena<br>
lineas = Split(cadena, gb.NewLine, "", True)<br>
For a = 0 To lineas.max<br>
   ...<br>
Next<br>
<br>
<br>
-- <br>
Lee<br>
<br>
----[ <a href="http://gambaswiki.org/wiki/doc/netiquette" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/doc/netiquette</a> ]----<br>
</blockquote></div></div>