
Table method: setfield
Modify the contents of a field of the table's window common block.
<tabobj> "setfield" field value
- <tabobj> is the name of a PinK table object,
- setfield is the name of the applied method.
- The field parameter specifies the field which should
be modified. This name may contain an one dimensional index.
- value specifies the new value of the field. In dependence
of the field type, the following keywords are recognized:
- Type INTE:
"NULL", "ANY".
- Type REAL:
"NULL", "ANY".
- Type SNUM:
"NULL", "NEXT".
- Type IMPL:
"NULL", "NEXT".
See also:
Previous
Up
Next
This page is maintained by
pink@hermes.desy.de;
last modification: Jun 1 1995 .