Fast Table Block

Create a table block from a datatree of text as an input.

Description

Create a table block from a datatree of text as an input. Each list will be compiled into rows in a single column and the first branch of the data tree will set the column.

Usage

Each list will be compiled into the rows of a column and the first branch of the data tree will set each column.

  • {A}:i[txt] = A[DataSet(i)]

  • {A;B}:i[txt] = {A}:B[DataSet(i)]

  • {A;B;C}:i[txt] = {A;B}:B[DataSet(i)]

Last updated