duny macrumors newbie Original poster Sep 21, 2008 26 0 H-Town Apr 16, 2009 #1 How can i joing these two objects together. They are seperated in a database but for the title need to join them together. cell.text = commandObj.FName [Join Here with a space] commandObj.LName;
How can i joing these two objects together. They are seperated in a database but for the title need to join them together. cell.text = commandObj.FName [Join Here with a space] commandObj.LName;
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 Apr 16, 2009 #2 Read the String Programming Guide for Cocoa.
B BlackWolf macrumors regular Apr 9, 2009 244 0 Apr 16, 2009 #3 or just read the API reference of NSString