[Index] [1] [2] [3] [4] [5] [6] [7]

Chapter 7: Text Viewer

Datasets with data of type "String" are displayed in a Text Viewer window. The Text Viewer provides a scroller for large string dataset. Users can scroll up or down and left or right to view the full content of the dataset.

TextView shows text of one dimension text dataset in rows of text areas. For multiple dimension datasets, you can select one dimension to display using "Open AS" command. The following figure shows that two rows of 1-D text (dim[0] = 2) are displayed in separeate text areas.


A Dataset with String data

You can modify the text content by typing the new text in the text area. The modified text is chopped based on the maximum lenght of the string dataset. String dataset with variable lenght is not supported.