<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class CGEN > Cgen.DataCol() |
Extract a data column from a Cgen object.
This data column is packaged in a DATACOL object that can then be used for further processing.
Result = Cgen.DataCol(ColNumber)
ColNumber |
INDEX |
Data column, with a range of 0 to 3. The meaning of the data in each column is under user-control. |
Result |
DATACOL |
A DATACOL object with a tag derived from the Cgen object's tag.
The new tag is <CGen Tag>_C<COLNO> where COLNO is the requested column number. |