Public Function RemoveByNumber( _ ByVal vElement As Long _ ) As Boolean
Assuming Dim lstTemp As New List lstTemp.Add "FunctionName" lstTemp.Add "PropertyName" for example lstTemp.RemoveByNumber(2) = True lstTemp.RemoveByNumber(2) = FalseSee also:
Remove Function RemoveAll Subroutine Lookup Function Add SubroutinevElement: Position within the List of the Value to be removed. vElement must be between 1 and Count or this function will do nothing but return False.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.