Datatype:String

Last updated 5 August 2026

Datatype:String can store and emit String* Values.-Label: Renders the entered Text in front of the input field

use tab at the end to align input fields.

-Default: If enabled, this value will be loaded in the Node

buffer at startup.

-Variable: Any Datatype:String referencing the same Variable

will share a buffer and emit if any of them is changed.

-Persistent: If enabled, value will be stored when changed

allowing the buffer to persist even after software restart.

Pin Info

Input 1: Emit [Bang]

Input 1: Input [String]

Input 2: Store [String]

Input 2: Reset [Bang]

1-Emit[Bang]: Emits the buffered String.

1-Input[String]: Stores the received String in the Buffer and emits it.

2-Store[String]: Stores the received String in the buffer.

2-Reset[Bang]: Resets the buffer to the Default value,if none is set it will be cleared.

Output 1: Output [String]

1-Output[String]: Emits a the buffered Value on change, emit or Generation.

Node Parameters

Input: Shows the currently buffered Value, click to enter/change value.

Expand:

Need Enter: Any change to the Buffer through the input will be reset unless the enter key is pressed after editing.