Cgen.DataCol()
Cgen.DataCol()
Type: INSTANCE FUNCTION
Purpose: Extracts a data column from a CGEN object.
This data column is packaged in a DATACOL object that can then be used for further processing.
Usage: Result = Cgen.DataCol(ColNumber)
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. |
|
ColNumber | INDEX | Data column, with a range of 0 to 3. The meaning of the data in each column is under user-control. |
Comments are closed.