ProtoFlux:Multiply String

From Resonite Wiki
×
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