Fun with componentsSeparatedByString!
Fun with componentsSeparatedByString!
- Subject: Fun with componentsSeparatedByString!
- From: Carla Lewis <email@hidden>
- Date: Sat, 11 Jan 2003 18:13:24 -0500
fileContentsByLine = [fileContents componentsSeparatedByString:@","];
Well the above line of code will not work for me because my "string
separator" is the hex codes "0D0A" not ",". How can I use the
aforementioned hex codes as a separator?
Carla Lewis
Etherion, Inc.
_______________________________________________
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.