New Circular (gb.data)

Dim hCircular As Circular
hCircular = New Circular ( Size As Integer [ , Overwrite As Boolean ] )

Create a new Circular buffer for the specified number of Variants. If Overwrite is given, it controls whether old values shall be overwritten when the Circular is full. This is true by default.

See also