Public Function Remove( _ ByVal vElement As Long _ ) As Boolean
Assuming stkTemp.StringView() = "(Top) 4, 3, 2, 1 (Bottom)" for example stkTemp.Remove(0) = True leaves stkTemp.StringView() = "(Top) 3, 2, 1 (Bottom)"See also:
Drop Function RemoveAll Subroutine Pop FunctionvElement: Number of the stack element to be removed, counting from the bottom of the stack starting at one. If vElement is 0 (zero), then this function removes the element on the top of the stack.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.