How to add your knowledge

removeAllOccurencesOf()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Returns a list which is a copy of the original list with all occurrences of the specified item removed.

    Syntax

    removeAllOccurrencesOf ( val As Any, lis As List ) As List 
    Argument Type Description
    val Any The value to be compared to all items in lis.
    lis List The list which is to have all occurrences of val removed.