Hey all. I'm just programming my first Cocoa project now, in Objective-C. I am 15, BTW. But anyway...
To see if the string passed to rangeOfString: doesn't exist, just have a look at its return value; it returns an NSRange, which is a structure containing "location" and "length". Just check...