ProtoFlux:String Insert

From Resonite Wiki
Revision as of 00:57, 19 February 2024 by 989onan (talk | contribs) (Create String Insert ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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