Re: NSTask and get results

2008-10-30 Thread Jason Coco
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

NSTask and get results

2008-10-30 Thread J. Todd Slack
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.