Hi, yeah you're right I think that was an error actually. NSString doesn't have a stringValue function, NSTextField does. So stringWithString takes an NSString pointer which you can get from the NSTextField with [textField1 stringValue].
If you wanted to do it without creating all the...