Re: I don't get how to cast an integer to string
Re: I don't get how to cast an integer to string
- Subject: Re: I don't get how to cast an integer to string
- From: Calum Robinson <email@hidden>
- Date: Wed, 22 May 2002 13:37:38 +0000
You were very close. Try:
[[NSMutableString alloc] initWithFormat:@"There are %i rows", j];
Calum Robinson
_______________________________________________
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.