RepeatString
Method Signature
RepeatString(string=[string], count=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
Script Syntax
getVal = repeatString( "Boxlang ", 3 );
writeDump( getVal );
Additional Examples
Related
Last updated
Was this helpful?
