Advanced List

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(List of Advanced List Commands and Functions)
 
(One intermediate revision by one user not shown)
Line 10: Line 10:
  
 
*[[Replace List Item]]: Will replace a list item at a specified position.
 
*[[Replace List Item]]: Will replace a list item at a specified position.
 +
 +
*[[Enqueue]]: Adds an item to the end of a list.
  
 
*[[Push]]: Inserts an item into the beginning of a list.
 
*[[Push]]: Inserts an item into the beginning of a list.

Latest revision as of 14:50, 6 June 2015

The Advanced Lists Commands and Functions consists of advanced commands and functions specific to list utilization.

Advancedlistscomm.jpg

[edit] 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.
  • Enqueue: Adds an item to the end of a list.
  • 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.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox