On Oct 30, 2008, at 16:54 , J. Todd Slack wrote:
Hi All,
Can I run an NSTask and get the results back for parsing?
I looked at CocoaDev and I see that I can specify a pipe, which
needs a file to write to, but can I just get the results back in an
array or something?
You would have to re
Hi All,
Can I run an NSTask and get the results back for parsing?
I looked at CocoaDev and I see that I can specify a pipe, which needs
a file to write to, but can I just get the results back in an array or
something?
I am running a SQL query and I wish the results to be returned to me.