Identifying the blocks you want to view

To identify the blocks of data you want to view, use offset and span. The values you assign to offset and span, together, define a contiguous string of blocks that you want to view:

The following table shows examples of several offset and span combinations and the resulting view in the window.

Offset Span Resulting view in the window
0 0 view the entire object
0 1 view the first block only
1 0 view the second block through the last block
1 1 view the second block only
2 2 view the third and fourth blocks only