Repeat Text
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This function repeat strings a specified number of times. '''Text to repeat:''' The text bein...") |
Latest revision as of 23:43, 28 June 2015
This function is an Advanced Text function in the UBot Extended Library.
This function repeat strings a specified number of times.
Text to repeat: The text being repeated.
Number of times to repeat: Number of times the text should be repeated.
[edit] Example
alert($repeat text("UBot Studio",5))
The text to repeat is repeated 5 time in the alert that appears.