List.Take (gb.data)

Function Take ( [ Index As Integer ] ) As Variant

Remove the specified element (utilising traversal if necessary!).

If the Index is omitted, the Current element is removed. However, an error is raised if Current is invalid.