include "NSLog.incl" void local fn DoIt CFArrayRef keys = @[@"Key1",@"Key2",@"Key3",@"Key4"] CFArrayRef values = @[@"One",@"Two",@"Three",@"O'Leary"] CFDictionaryRef dict = fn DictionaryWithObjectsForKeys( values, keys ) NSLog(@"%@",dict) end fn fn DoIt HandleEvents