ProtoFlux:MultiplyString: Difference between revisions

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

Latest revision as of 00:27, 21 August 2025

×
A
*
B
Operators

Multiply String is a ProtoFlux node that takes an input string A (String) and makes it repeat B (int) times for the output * (String).

Inputs

A (String)

The string to repeat B (int) times.

B (int)

How many times to repeat A (String).

Outputs

* (String)

The string A (String) repeated B (int) times.

Examples