Re: NSString and special characters
Re: NSString and special characters
- Subject: Re: NSString and special characters
- From: Michael Dautermann <email@hidden>
- Date: Fri, 22 Aug 2008 04:08:30 -0400
On Aug 22, 2008, at 4:00 AM, Vladimir Sokolov wrote:
But when I pass for example >...myapplication test$test
param1 got "testest" instead of ""test$test"
It means as I understand that $ is interpreted as special character.
$ usually expands (or allows access to) a variable in a shell.
Try putting "test$test" between quote marks when you call your command
line tool.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden