On Jun 25, 2008, at 2:36 PM, Eric Lee wrote:

I’m trying to get a string from one text field and then set the string in
another text field.


[anotherTextField setStringValue:[oneTextField string value]];

Or, if you want to be cool with Objective-C 2.0:

anotherTextField.stringValue = oneTextField.stringValue;

Omar Qazi
Hello, Galaxy!
1.310.294.1593

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to