Creating, Writing, Reading, Deleting

Prev Next

Introduction

The following functions basic functions to create and access tables:

  • Creating tables and adding contents
  • Writing and writing tables
  • Clearing and deleting tables
  • Accessing table information




Procedures and Functions Provided:


Create and initialize tables:
    table create
    table create if not existing
    table initialize

Table configuration settings:
    table configure
    forget memorized table columns

Writing tables:
    table append
    table append on same field
    table append on same row
    table append blank rows
    table add row
    table write row
    table add missing row
    table write or add missing row
    table write column selected rows
    table write cells
    table write cells seleted rows

Reading tables:
    table read row
    table read column selected rows
    table read cells
    table read cells in columns
    table read cells selected rows in columns
    table read cells seleted rows

Clearing and deleting tables:
    table clear
    table delete
    table delete silently