Datatype:HexString

Last updated 5 August 2026

Datatype:HexString can store and emit String values as Hex,

this allows you to write special characters that are not possible

with the normal String Node.

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 Stringin the Buffer, shows its Hex values and emits it.

2-Store[String]: Stores the received String in the Buffer and shows its Hex value.

2-Reset[Bang]: Clears the Nodes Buffer.

Output 1: Output [String]

1-Output[String]: Emits a the buffered String on Input, change or Emit.

Node Parameters

Input Field: Shows the currently stored buffer as Hexadecimal values(0-F) any non Hex input will be rejected by the field. all Characters are seperated by the delemiter (default=':')

Expand:

String: Shows the Hex value as a normal String, characters that characters that can not be shown as default string are rendered as ?

Delimiter: Defines what symbol seperates individual Characters in the input field. (This only affects the visual and not the data)

Label: String that is rendered in front of the input field.