String

Create a string with a single character repeated.
Syntax
String(Number, character )

Key
Number The number of characters.

character The character to repeat.

Example
result = string(25, "#")
WScript.Echo result 

Make a Free Website with Yola.