Re: Oddness with PB
Re: Oddness with PB
- Subject: Re: Oddness with PB
- From: David Cairns <email@hidden>
- Date: Sun, 2 Feb 2003 12:01:07 -0500
Im assuming that you just entered the code incorrectly into your mail
program, but if you copied and pasted, then the problem may lie in the
fact that you have an extra bracket in there (im pretty sure that that
would give you a parse error...). Anyhoo, i think you meant this:
- (IBAction)myThingToDo:(id)sender
{
NSString *myString;
myString = [[NSString alloc] initWithContentsOfFile:
@"/thisFile.txt"];
int i = 0;
...
}
if that's not it, anyone's guess is as good as mine :-\ .
-- dave
------------------------------------
"see you, space cowboy..."
------------------------------------
_______________________________________________
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.