Re: make a list
Re: make a list
- Subject: Re: make a list
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 5 Dec 2003 09:24:41 -0800
On Dec 5, 2003, at 8:56 AM, Sascha Kuehn wrote:
i need to make a list of lists from a tab and return delimited string
like : "data1 [tab] data2 [tab] data3 [return] data4 [tab] data5 [tab]
data6" [tab] and [return] are the delimiters!!
If the data is completely regular, use NSString's
componentsSeparatedByString. Otherwise scanners may be useful:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/Strings/
Concepts/Scanners.html>
mmalc
_______________________________________________
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.
References: | |
| >make a list (From: Sascha Kuehn <email@hidden>) |