Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

swanside

macrumors newbie
Original poster
May 7, 2010
2
0
Hello, Just found this forum as I have searched on how to add two fields together.
I have followed a few guides on YouTube to make a hello WOrld for the Iphone, but what I would like to do is add two fields together. I have a project in mind, and so if I can work this out, I can expand it on my program. Can anybody point me in the right direction on what the fields need to be set at?
Thankyou for anyt help, advice and pointers.
Regards
Paul.
 
Yeh, Like I say, I have no experience with this programming at all, but, MySQL and PHP I can find my way around, so I would need to know what the fields are. What do you recommend?
Thanks
 
Are you looking to concatenate two strings?

NSString *stringOne = @"hello ";
NSString *stringTwo = @"world";
NSString *stringThree = [stringOne stringByAppendingString: stringTwo];
 
Yeh, Like I say, I have no experience with this programming at all, but, MySQL and PHP I can find my way around, so I would need to know what the fields are. What do you recommend?
I would recommend you step away from the real coding and go ahead and learn the basics of Objective-C and CocoaTouch.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.