If you have an array of pointers that you first want to dereference to see the values, use
Dive In All on a pointer to create a new array of the dereferenced value. In
Figure 70,
ptrArray is an array of pointers of integers. Using
Dive In All on a single pointer creates a new array of just integers in which each element of the original array is dereferenced.