Public Function Pick( _ ByVal vNthElem As Long _ ) As Boolean
Assuming stkTemp.StringView() = "(Top) 4444, 333, 22, 1 (Bottom)" for example stkTemp.Pick(2) = True leaves stkTemp.StringView() = "(Top) 333, 4444, 333, 22, 1 (Bottom)"See also:
Duplicate Function Over Function Push FunctionvElement: Number of the item whose value should pushed onto the top of the stack. vElement must be between 1 and Count otherwise this function does nothing and returns False.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.