Re: Why won't this work!?
Re: Why won't this work!?
- Subject: Re: Why won't this work!?
- From: Kieran Kelleher <email@hidden>
- Date: Wed, 24 Oct 2007 09:41:23 -0400
Yes .... NSKeyValueCoding interface is what makes it work.
the WOD dict.key1 is the same as the java code dict.valueForKey( "key1" );
On Oct 24, 2007, at 9:36 AM, Daniele Corti wrote: I've notice one thing with NSDictionary: you can call directly the key of the element to get the value:
dict = {key1 = "MyValue1", key2 = "MyValue2"}
str : WOString { value = dict.key1; }
and result is MyValue1.
is this how dictionaries work?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden