ProtoFlux:StringInsert: Difference between revisions

From Resonite Wiki
Create String Insert ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:String Insert to ProtoFlux:StringInsert: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:35, 21 August 2025

String Insert
Str
*
Value
StartIndex
Strings

String Insert is a ProtoFlux node that allows for inserting Value (String) into Str (String) at position StartIndex (int).

Inputs

Str (String)

The string to be inserted into.

Value (String)

The string to insert into Str (String).

StartIndex (int)

The place to insert Value (String) into Str (String).

Outputs

* (String)

Returns Str (String) with Value (String) inserted at position StartIndex (int).

Examples