W3Schools.com

VBScript String Function


VBScript Reference Complete VBScript Reference

The String function returns a string that contains a repeating character of a specified length.

Syntax

String(number,character)

Parameter Description
number Required. The length of the returned string
character Required. The character that will be repeated

Example 1

document.write(String(10,"#"))

Output:

##########

Example 2

document.write(String(4,"*"))

Output:

****

Example 3

document.write(String(4,42))

Output:

****

Example 4

document.write(String(4,"XYZ"))

Output:

XXXX


VBScript Reference Complete VBScript Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE