Product Site

5.3.8.6. makeArray

Returns a single-dimensional Array containing the items of the circular queue in the specified order.

The following order can be used. (Only the capitalized letter is needed; all characters following it are ignored.)
Fifo

First-in, first-out order. This is the default.
Lifo

Last-in, first-out order (stack-like).