Remove Text from list

From UBot Studio
Revision as of 14:24, 6 June 2015 by LillyT (Talk | contribs)

Jump to: navigation, search

This command is an Advanced List command. This command will remove specified text from a list.

List: The list containing the item that is being removed.

Text to remove: The text being removed from the list.

Example


clear list(%my list)
add list to list(%my list,$list from text("blue,white,green,yellow,purple",","),"Delete","Global")
remove text from list(%my list,"purple","First")

}


Running the command will remove the list item "purple" from the specified list.


Rtfl.jpg


Here is the list before the script is run.


Rtfl0.jpg


Here is the list after the script is run.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox