Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript String Function

Returns a repeating character string of the length specified.

Syntax: VBScript String Function

String(number, character)

Arguments: VBScript String Function

number

The length of the returned string. If number contains Null, Null is returned.

character

The character code specifying the character or string expression whose first character is used to build the return string. If character contains Null, Null is returned.

Remarks: VBScript String Function

If you specify a number for character greater than 255, String converts the number to a valid character code using the formula:

character Mod 256

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.