Enqueue

From UBot Studio
Jump to: navigation, search

This command is an Advanced List command. This command will add an item to the end of a list.

List: List the item will be enqueued to.

Item to Enqueue: Item being added to the end of the list

Example

clear list(%my list)
add list to list(%my list,$list from text("blue,white,green,yellow,purple",","),"Delete","Global")
wait(3)
enqueue(%my list,"black","Global")


Running the command will add the new item "black" to the end of the list.


Enqueue.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox