Using Tables

A table is a 2D array of strings. Use the String functions located on the Functions»String palette to manipulate tables.

Each cell in a table is a string, and each cell resides in a column and a row. You enter headings when you place the table on the front panel, and you can change them using the Labeling tool or Operating tool. The row and column headings of a table are not part of the table data. Table headings are a separate piece of data that you can read and set using the Property Node.

The index display at the upper left corner of the table indicates which cell is visible. You can operate these indexes just as you do on an array.