Here's the code:
- (IBAction) charlieImputText:(id)sender {
//getting value from text field when entered
charlieImputSelf = [sender stringValue];
if (charlieImputSelf != @"") {
(send field if not empty)
}
}
This sends it even when the field is empty; therefore, this does not work as I want it to.
Sorry to be so vague... :D
Any ideas?? Elijah