Advanced Table
From UBot Studio
(Difference between revisions)
(→List of Advanced table Commands and Functions) |
(→List of Advanced table Commands and Functions) |
||
Line 3: | Line 3: | ||
[[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. |
Revision as of 16:43, 5 June 2015
The Advanced Table Commands and Functions consists of advanced commands and functions specific to table utilization.
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.