
Table method: print
Prints the contents of a table to stdout. Therefore it's only
usefull for debugging purposses.
<tabobj> "print" [access [cursor1 [cursor2 [projector]]]]
- <tabobj> is the name of a PinK table object,
- print is the name of the applied method.
- The subset of rows to be printed is given by the access
parameter which is either a PinK selector or index name. It may be
set to "ID" defining the table row ID as index,
which is the default.
- cursor1 gives the start of the range in access
actually to be printed and defaults to "MINC"
while
- cursor2 defines the end of this range
and defaults to "MAXC".
- projector gives the PinK name of a projector used for printing
and defaults to "ALL".
Note: projectors are not yet built into PinK.
See also:
Previous
Up
Next
This page is maintained by
pink@hermes.desy.de;
last modification: Jun 1 1995 .