On Mar 11, 2016, at 12:55 , Quincey Morris <quinceymor...@rivergatesoftware.com> wrote: > > just use ‘unsignedIntegerValue’
Oops, forgot you were starting from a NSString, so there’s no unsigned variant. Use ‘integerValue’ and cast the result (possibly doing a run-time check for a negative value first). _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com