hello everyone,
I would like to know what the quickest way is of assigning a value from
let's say
NSMutableArray testarray = [[ NSMutableArray alloc ] initWithObjects
"test , @"test2, nil]
I would like to have a NSMutableString TESTstring get the value test.
does anyone know the quickest way to realize this.
( forgive me for this question )
I would like to know what the quickest way is of assigning a value from
let's say
NSMutableArray testarray = [[ NSMutableArray alloc ] initWithObjects
I would like to have a NSMutableString TESTstring get the value test.
does anyone know the quickest way to realize this.
( forgive me for this question )