LOTUSSCRIPT LANGUAGE
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
Unicode codes range from 0 through 65535 inclusive. The Uni function returns the Unicode code for a given character.
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