(no subject)
(no subject)
- Subject: (no subject)
- From: Jos Timanta Tarigan <email@hidden>
- Date: Sat, 3 Oct 2009 04:32:02 -0700 (PDT)
hi,
im trying to return a string without making any additional string variable before. so in a method that return NSString*, i only put this line. The first [self name] return a NSString* so its ok. but [self
angleInDegrees] returns a float and it return an error when i try to do it with this statement:
return @"Im a %@", [self name], " with angles %d", [self angleInDegrees];
any1 have any idea what went wrong?
thanks in advance
:)
=================================
http://www.svnstrk.blogspot.com =================================
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden