Variable Scope Problem, iPhone
- by Stumf
Hello all,
I need some help here so I will do my best to explain. I have worked on this all day and had no success (just learning!)
I have:
NSArray *getValue(NSString *iosearch)
{ .................................
................................... \\ More code here
}
- (NSString *) serialnumber
{
NSArray *results =…