my coffee doesn't seem to be working just yet:
	
	
	
		
i can't seem to remember how to properly merge the bold statement above... "Hello " will always be there, but Full Name will change... it's a syntax error, and i'm not even sure i can change portions of a string dynamically...
any thoughts?
	
		
			
		
		
	
				
			
		Code:
	
	if (licenseDictionary == nil)
	return @"Goodbye!";
	else
	[B]return @"Hello " [licenseDictionary objectForKey:@"Full Name"];[/B]i can't seem to remember how to properly merge the bold statement above... "Hello " will always be there, but Full Name will change... it's a syntax error, and i'm not even sure i can change portions of a string dynamically...
any thoughts?
