retrive a variable value
retrive a variable value
- Subject: retrive a variable value
- From: simone gabbriellini <email@hidden>
- Date: Fri, 4 Mar 2005 19:49:21 +0100
hello List,
I have a variable which I decode this way:
messaggioInvito = [[coder decodeObject] retain];
can someone tell me why if I write:
printf("%s\n", [[messaggioInvito description] UTF8String]);
I see the value, but if I write:
NSLog([messaggioInvito string]);
I don't see anything? isn't it a textview?
thank you,
simone _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden