Reading Tables

Prev Next

Introduction

See the chapter on tables to explore the various simple features read write contents from tables without function calls:

  • Simple table access to access individual table cells
  • Horizontal table access to access multiple cells in different columns in a specific row. Accessing entire rows belongs to this category, too.
  • Vertical table access to access multiple cells in different rows in a specific colum. Accessing entire columns belongs to this category, too.
  • Matrix table access to access multiple cells in different rows and columns as well.



The functions described next provide additional powerful ways to read data from the tables such as:

  • Reading data from table rows selected with an algorithmic expression




Procedures and Functions Provided:


Reading tables:
    table read row
    table read column selected rows