Insert into Table

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

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

Insert into Table is a Data Command.

This inserts a blank row or column in front of a specified index (column or row number).

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 row(&test1, 0, 0, %one)
plugin command("TableCommands.dll", "insert into table", &test1, "Row", 3)


Running the scripts will insert an empty row in the table.

File:Insert.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox