On Tue, Apr 8, 2008 at 8:33 PM, Stuart Green <[EMAIL PROTECTED]> wrote:

>         returnString = [NSString stringWithFormat:@"%c-%i-%i-%f",
> asciiString, firstDouble, secondDouble, thirdDouble];

You have a format string for character-integer-integer-float/double,
not string, double, double, double. Your format string should be
"%s-%f-%f-%f".

Hamish
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to