Add List to Table As Column

From UBot Studio
Revision as of 20:49, 22 March 2013 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Add List to Table As Column is a Data Command.

This command inserts a list into a table at a specified location as a column.

Example

navigate("http://www.fruitsinfo.com/tropical-fruits.php", "Wait")
add list to list(%one, $scrape attribute(<href=w"http://www.fruitsinfo.com/*.php">, "innertext"), "Delete", "Global")
add list to table as column(&test1, 0, 0, %one)


The script above will populate list %one, and then use the list to create one column in the table &test1. The table will be populated starting from column 0 row 0.

File:Add.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox