writeToFile and strings...
writeToFile and strings...
- Subject: writeToFile and strings...
- From: Onar Vikingstad <email@hidden>
- Date: Wed, 3 Apr 2002 22:31:12 +0200
Hi, I am very new to programming on such "high level" as objective-c,
and have only experience with things like php, coldfusion, filemaker
scripting, html, sql and so on. I have gone through some cocoa
tutorials, have the official objective-c manual and have read some of
the framework documention.
Anyway, my problem now is that I don't know how to manipulate the data I
have in a tableview, stored in NSMutableArray *records .
When I use [records writeToFile:recordsFile atomically:YES] it saves the
file, but in XML format. What if I want it to be just plain text, with
each table column seperated by a : and each row seperated by a line
break? And when that is done, how do I then convert it back into
something NSMutableArray can read?
Kind regards,
Onar Vikingstad
_______________________________________________
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.