Repeat String (input handler)

Logic Name

Repeat String (input handler)

Function

Returns the string for which the input string is repeated for the specified number of times.

Data Types

Location Type
The first input handler String
The second input handler Numeric
Logic output String
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Function Details

Setting the number of string repetitions depend on the input data.
Specify the number of string repetitions in the second input handler.

Notes

Logic Sample

Mapping Definition

Logic Settings and Processing Result

Repeats the input data string for the number of repetitions and outputs it.
Property Settings
Property Setting
None  
Input Data
A,3
Sample,2
Sample,-1
Sample,0
Sample,1
Result Data
AAA
SampleSample
 
 
Sample