Reference

Components
String Queue
Description
The String Queue component stores string values in a queue. Values are pushed in and popped out on a first in, first out basis (FIFO).
You can get the queue in String Array form from the third output. The array contains items in the order they would be popped out – so the
first item is at the front of the queue, the second item is next and so on.
Connectors
Inputs Type Outputs
Next number to be pushed
onto the queue
Float The string at the front
of the queue
String
Trigger to push the next
number onto the queue
Trigger Number of entries in
the queue
Int
Trigger to pop the next
number off the queue
Trigger The queue as a string
array
String Array
Trigger to clear all entries
from the queue
Trigger
410 of 494