[comp.lang.objective-c] Changing a TextField

jrscs@uno.edu (03/20/91)

   Does anyone know how to programatically alter the contents of a TextField
which was brought into a window with InterfaceBuilder - especially ( if it
makes any difference ) the "Title" TextField from the Pallette?

   I've tried [ [ X selectedCell ] setStringValue:... ] where X is the outlet
variable for the TextField but that doesn't seem to work.

Thanks in advance,
John