Product SiteDocumentation Site

5.3.8.7. makeArray


>>-makeArray(-+---------+-)------------------------------------><
              +--order--+

Returns a single-index 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).