Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | table | |
Tool | table |
columnname | in | Name of column | |
Allowed: | String | ||
startrow | in | First row to read (default 1) | |
Allowed: | Int | ||
nrow | in | Number of rows to read (default -1 means till the end) | |
Allowed: | Int | ||
rowincr | in | Increment in rows to read (default 1) | |
Allowed: | Int |
t:=table("tcal",readonly=F) # successful read/write open of table tcal : 9 columns, 11 rows gain:=t.getvarcol("Gain") length(gain) # 11