Manuals/calci/REPT
Jump to navigation
Jump to search
REPT(txt,numt)
where txt is the text that want to repeat and numt is a positive number that specifies the number of times to repeat text.
It repeats text a given number of times.
REPT
Let’s see an example in (Column1 Row 1)
I.e=REPT(“*”,5) is *****
///rly=REPT(“$”,3) is $$$
Syntax
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | * | ***** | ||
Row2 | $ | $$$ | ||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |