![]() ![]() |
|
STRThe STR function allows the duplication of a string a number of times.
COMMAND SYNTAXSTR(expression1, expression2)
SYNTAX ELEMENTSexpression1 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
|