Reference

Components
String Stack
Description
The String Stack component stores string values in a stack. Values are pushed in and popped out on a last in, first out basis (LIFO).
You can get the stack 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 top of the stack, the second item is next and so on.
Connectors
Inputs Type Outputs
Next number to be pushed
onto the stack
Float The number at the top
of the stack
String
Trigger to push the next
number onto the stack
Trigger Number of entries in
the stack
Int
Trigger to pop the next
number off the stack
Trigger Stack represented as
an array of strings
String Array
Trigger to clear all entries
from the stack
Trigger
413 of 494