List.Append (gb.data)

Sub Append ( Value As Variant )

Append a value after the head of the List. This means that this will be the new first element.

When saying "head", I mean that hidden, symbolic element that marks the frontier between "first" and "last" element.

See also