Am 20.06.2013 10:44, schrieb Ivanko B:
> Also AWK allows to perform per-line filtering. Is it possible with 
> tmseprocess ?
>
> In the below example :
>     some_utility | awk '{if ($0 ~ /mumu/) {print $2;}}'
> the desired funtionality is "if (some_per_line_cond)
> {do_smth_with_the_current_line;}"
>
"
if sender.redstrln(thelinestring) then begin
  //do something with the line
end;
"
Please have a look to the tpipereader source, msepipestream.pas.

Martin

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to