Advanced Table
From UBot Studio
(Difference between revisions)
(Created page with "The '''Advanced Table Commands and Functions''' consists of advanced commands and functions specific to table utilization. File:advancedtablecomm.jpg == List of Advanced...") |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | The '''Advanced Table Commands and Functions''' consists of advanced commands and functions specific to table utilization. | + | The '''Advanced Table Commands and Functions''' consists of advanced commands and functions specific to table cell utilization. |
[[File:advancedtablecomm.jpg]] | [[File:advancedtablecomm.jpg]] | ||
− | == List of Advanced | + | == List of Advanced Table Commands and Functions == |
*[[With Every Table Cell]]: Loops through every cell in a table. | *[[With Every Table Cell]]: Loops through every cell in a table. | ||
Line 15: | Line 15: | ||
*[[Create Table from Text]]: Creates a table from text. | *[[Create Table from Text]]: Creates a table from text. | ||
− | *[[$Html from table]]: Returns an html table | + | *[[$Html from table]]: Returns an html table. |
Latest revision as of 16:44, 5 June 2015
The Advanced Table Commands and Functions consists of advanced commands and functions specific to table cell utilization.
[edit] List of Advanced Table Commands and Functions
- With Every Table Cell: Loops through every cell in a table.
- With Every Cell in Row: Loops through every cell in a row.
- With Every Cell in Column: Loops through every cell in a column.
- Create Table from Excel: Creates a table from an excel file.
- Create Table from Text: Creates a table from text.
- $Html from table: Returns an html table.