Creating, Writing, Reading, Deleting
Prev
Next
Function Library
Table of Contents
Function Library
+ Control Flow Functions
+ Console I/O Functions
+ Type Conversion and Formatting
+ Mathematics and Statistics
+ String Functions
+ Date and Time Functions
+ Set Functions
- Table Functions
+ Loading and Saving Tables
+ Console I/O with Tables
- Creating, Writing, Reading, Deleting
+ Creating and Building up Tables
+ Writing Tables
+ Reading Tables
+ Deleting Tables
+ Accessing Table Information
+ Searching and Exploring Tables
+ Control Flow Functions for Tables
+ Processing Tables
+ Multi-Table Integration
+ Formatting and Styling Tables
+ Variables Functions
+ Directory and File System Functions
+ System Functions
+ Help and Support Functions
+ Cross-Functional Info
User Guide
Language Guide
Table Processing
Index
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