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?
Yes -- same deal ... except for allKeys, allValues, and count. ms _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
