<-- Previous || Up || Next -->

Remove All Sub
List Class

Public Sub RemoveAll()

Remove all of the Values from the List and reinitialize it.

Example:
    Assuming
       Dim lstTemp As New List
       lstTemp.Add "FunctionName"
       lstTemp.Add "PropertyName"
    for example
       lstTemp.RemoveAll
    leaves
       lstTemp.Count = 0
See also:
    Remove Function
    Class_Initialize Subroutine

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.