MSI Factory 2.3

String.Repeat

String.Repeat

This is the first topic This is the last topic  

String.Repeat

This is the first topic This is the last topic  

OverviewExamples

string String.Repeat (

string RepeatString,

number NumRepeat )

Example 1

multi_string = String.Repeat("One", 4);

Repeats the string "One" four times to create the new string "OneOneOneOne", and stores it in the variable "multi_string."

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us