LOTUSSCRIPT LANGUAGE


String function
Example

Returns a string consisting of a particular character repeated a number of times. The character is specified as a string, or a value interpreted as a locale-sensitive ASCII character code.

Syntax

String[$] ( stringLen , { charCode | stringExpr } )

Elements

stringLen


charCode
stringExpr
Return value

String returns a Variant of DataType 8 (String), and String$ returns a String.

Example
See Also