Skip to main content

removeAll (Function)

Function returns the updated list after removing all the element with the specified list.

Syntax

<OBJECT> list:removeAll(<OBJECT> list, <OBJECT> given.list)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
listThe list that needs to be updated.OBJECTNoYes
given.listThe list with all the elements that needs to removed.OBJECTNoYes

Example 1

list:removeAll(stockSymbols, latestStockSymbols)

This returns the updated list, stockSymbols, after removing all the values in latestStockSymbols.