creationTable (Source)

Syntax

<Path>.creationTable(CreationTable:table)

The method creationTable returns the Creation table of the Source designated by <Path> and writes it into a table.

Parameter

The parameter CreationTable of data type table either designates a local variable, the path to a DataTable object, or a table cell of data type table.

Example

MySource.creationTable(myEvaluationTable)
MySource.creationTable(MyDataTable[2,8])

Related Topics

Creation table

CreationTableActive


Related Topics
Methods of the Source