STR
STR function allows the duplication of a string a number of times.
COMMAND SYNTAX
STR(expression1, expression2)
SYNTAX ELEMENTS
expression1 will evaluate to the string to duplicate and may be of any length.
expression2 should evaluate to a numeric integer, which specifies the number of times the string will be duplicated.
EXAMPLE
LongString = STR('long string ', 999 )
Last update: Sat, 16 Jul 2022 15:34