Circular.Write (gb.data)

Sub Write ( Value As Variant )

Write an element into the Circular and advance the write pointer.

If the Overwrite option is set, then the Write() will overwrite the oldest unread value whenever the Circular is full. In this case, the read and write pointers are advanced.

Nothing will happen if the Overwrite option is not set and the Circular is full.

See also