assignment from incompatible pointer type
assignment from incompatible pointer type
- Subject: assignment from incompatible pointer type
- From: Jim Graham <email@hidden>
- Date: Tue, 08 Oct 2002 21:49:28 +0100
If I run this code the string is converted to uppercase but the compiler
always gives the above error. Why?
NSMutableString *tempString= [[NSMutableString alloc]initWithString:@"Hello
World"];
tempString = [tempString uppercaseString];
Jim Graham
_______________________________________________
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.