Re: Passing NSString to system()
Re: Passing NSString to system()
- Subject: Re: Passing NSString to system()
- From: Peter Schart <email@hidden>
- Date: Wed, 4 Oct 2006 12:56:32 -0500
On Oct 4, 2006, at 12:43 PM, Aychamo Aychamo wrote:
I am trying to insert the contents of a NSString into a c-string, to
be used in a system() call. I am having problems.
I've tried:
system("%", myString);
without success. I know I must be missing something.
Thank you
AA
Documentation is your friend! Have you read through the NSString
page? In particular, be on the lookout for: cStringUsingEncoding
pete
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden