Does anyone know the display formatter that I would need to add to the summary field to display the contents of the NSString objects contained in the NSArray shown? I have already added the formatter below for NSArray so that it displays its contents...
"{(int)[$VAR count]} objects {(NSString *)[(NSArray *)$VAR description]}:s"
I would really like (0-6 marked in red) to display in "Summary" as follows:
0 = Monday
1 = Tuesday
2 = Wednesday
3 = Thursday ... etc.
gary