Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
set_table_cell_value [2015/10/14 03:13] admin |
set_table_cell_value [2026/08/28 03:34] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This functor inserts a value into a table. | + | Inserts a value into a table. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| | Table | [[Table Type]] | Table where the value will be inserted. | | | Table | [[Table Type]] | Table where the value will be inserted. | | ||
| - | | Column| [[Index Or Name Type]] | Name or index of the column where the new value will be inserted. | | + | | Column | [[Index Or Name Type]] | Name or index of the column where the new value will be inserted. | |
| - | | Keys | [[Tuple Type]] | Corresponding key of the cell row. | | + | | Keys | [[Tuple Type]] | Keys corresponding to the row where the value will be inserted. | |
| | Value | [[Table Value Type]] | Value that will be inserted into the table. | | | Value | [[Table Value Type]] | Value that will be inserted into the table. | | ||
| + | |||
| + | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Result | [[Table Type]] | The resulting table containing the new column. | | + | | Result | [[Table Type]] | The resulting table containing the new value. | |
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Table|Table]] | + | [[Functor List#Table | Table]] |
| ===== Notes ===== | ===== Notes ===== | ||
| Line 28: | Line 32: | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| - | AddTableColumn | + | SetTableCellValue |