a string from an integer
a string from an integer
- Subject: a string from an integer
- From: Lazee Software <email@hidden>
- Date: Wed, 23 Jul 2003 20:29:43 -0700
ok... well
NSString *someString;
int someinteger = 100;
someString =[someinteger stringValue];
does not yield a string which is the number help in someinteger.
Why can't I get a string from a number?
I could just put it in the textfield, then pull it back but that seems
like a huge waste of cycles.
_______________________________________________
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.