LOTUSSCRIPT LANGUAGE


UString function
Example

Returns a string of identical characters. You can specify the repeating character either by its Unicode numeric code, or as the first character in a string argument.

Syntax

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

Elements

stringLen


charCode
stringExpr
Return value

UString returns a Variant of DataType 8 (String). UString$ returns a String.

Usage

If the value of charCode is less than 0 or greater than 65535, the function returns an error.

Language cross-reference

@Repeat function in formula language

Example
See Also