Public Function Remove( _ ByVal vValue As Variant _ , Optional ByVal vCompare As Variant _ ) As Boolean
Assuming Dim lstTemp As New List lstTemp.Add "FunctionName" lstTemp.Add "PropertyName" for example lstTemp.Remove("FunctionName") = True lstTemp.Remove("SubName") = FalseSee also:
Remove Function RemoveAll Subroutine Lookup Function Add SubroutinevValue: The Value that will be removed from the List. vValue can be any type of Variant value on which comparisons can be made using the EqualLikeDataTypeFast function (vbString, numeric, vbDate, etc.).
v1.1 BugFix: Fixed a bug in this function that caused it to not work in all cases.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.