This array convenience method takes a comma-separated list of objects ending with nil.
nil
myArray = [NSArray arrayWithObjects:aDate, aValue, aStrin
To mark the end of the list of objects.
Here's a discussion from CocoaBuilder.