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 | ||
value | in | Array | |
startrow | in | First row to put (default 1) | |
Allowed: | Int | ||
nrow | in | Number of rows to put (default -1 means till the end) | |
Allowed: | Int | ||
rowincr | in | Increment in rows to put (default 1) | |
Allowed: | Int |
t:=table("tcal",readonly=F) # successful read/write open of table tcal : 9 columns, 11 rows gain:=t.getcol("Gain") gain[1,1,1,6,]:=1+0i t.putcol("Gain", gain) t.flush()