Advanced List
From UBot Studio
(Difference between revisions)
(Created page with "The '''Advanced Lists Commands and Functions''' consists of advanced commands and functions specific to list utilization. File:advancedlistscomm.jpg == List of Chart Com...") |
|||
Line 3: | Line 3: | ||
[[File:advancedlistscomm.jpg]] | [[File:advancedlistscomm.jpg]] | ||
− | == List of | + | == List of Advanced List Commands and Functions == |
*[[With Each]]: This command will set each list item from a specified list to a variable and run the commands within it using each list item. | *[[With Each]]: This command will set each list item from a specified list to a variable and run the commands within it using each list item. |
Revision as of 16:24, 5 June 2015
The Advanced Lists Commands and Functions consists of advanced commands and functions specific to list utilization.
List of Advanced List Commands and Functions
- With Each: This command will set each list item from a specified list to a variable and run the commands within it using each list item.
- Remove Text from list: Will remove a specified pieced of text from a list
- Replace List Item: Will replace a list item at a specified position.
- Push: Inserts an item into the beginning of a list.
- $Dequeue: Removes and returns the first item in a list.
- $Pop: Removes and returns the first list item.