
Table method: fetcol
Get a column out of a table.
The data is formated as with getfield.
Note that only one dimensional arrays are supported by PinK.
<tabobj> "fetcol" colname [access [cursor1 [cursor2 [format]]]]
- <tabobj> is the name of a PinK table object,
- fetcol is the name of the applied method.
- colname is the name of the column to be extracted.
- access is the pink name of an access to this table.
It's ID by default.
- cursor1 is the index of the first element to be replaced in
access. It's MINC by default.
- cursor2 is the index of the last element to be replaced in
access. It's MAXC by default.
- format is a user defined format.
See also:
Previous
Up
Next
This page is maintained by
pink@hermes.desy.de;
last modification: Jul 22 1996 .