casting an int to string
casting an int to string
- Subject: casting an int to string
- From: "Ted Petrosky" <email@hidden>
- Date: Wed, 22 May 2002 15:17:52 -0400
Thanks for all the recommendation that I got....
It seems that everyone is of the mind that I should use some varient of
@"the info %d here", int to get the integer in the string.
Of course the issue is that I am querying a tableView for its number of Rows and
pushing this int into the string.
Interesting that when I first tried it, the compiler was complaining that the
interger needed to be casted to string as I was trying to use the insert at index
method.
I don't know if there is a solution to cast an integer to string.
Thanks again.
Ted
_______________________________________________
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.