[F-Script-talk] How can I create a dictionary?
Brought to you by:
pmougin
From: Tommy S. <TO...@HE...> - 2008-08-01 00:18:45
|
I need to create a dictionary. I tried to adapt the Objective C-syntax like this: NSDictionary dictionaryWithObjectsAndKeys: 'Value', 'Key', nil But dictionaryWithObjectsAndKeys will not accept more than one argument. I've also tried different versions of arrays and parenteses, without success. What is the correct syntax? /Tommy Sundström |