Notch Notch
2026.2 2026.1 0.9.23
AI MCP
 Light | Dark
Float Array To Text

Float Array To Text

Updated: 15 Jun 2026

Convert an array of floats into text.

image

image

Example .dfx

Method #

This node accepts a float array and outputs its values as text, making them available for use in a text node.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Separator Character(s) placed in-between each float value to separate them.
Index Offset Offset the index that the node starts reading float values from the array.
Decimals How many decimal points of the float values to display.
Decimal Point Character(s) to use as the decimal point in each float.
Digit Separator Reserved for future implementation.

The properties control the time at which the node is active. See Timeline for editing time segments.

ParameterDetails
Duration Control the duration of the node’s time segment.
  • Composition Duration : Use the length of the composition for the node’s time segment duration.
  • Custom : Set a custom duration for the node’s time segment.
Node Time The custom start and end time for the node.
Duration (Timecode) The length of the node’s time segment (in time).
Duration (Frames) The length of the node’s time segment (in frames).
Time Segment Enabled Set whether the node’s time segment is enabled or not in the Timeline.

Inputs

NameDescriptionTypical Input
Float ArrayFloat array to extract values from and convert to text.Float Array
Parameter Value ArrayUsed to set the parameters of the node using an array.Parameter Array