NEWBIE: double backslash in NSStrings
NEWBIE: double backslash in NSStrings
- Subject: NEWBIE: double backslash in NSStrings
- From: ber <email@hidden>
- Date: Sun, 18 Aug 2002 03:42:29 +0200
If I have:
char foo[2];
foo[0] = 92; // backslash
foo[1] = 0;
[ NSString stringWithCString:foo] produces "\\" (two backslashes).
How to create an NSString with one backslash from foo?
Thanks,
brian
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.