Difference between revisions of "Manuals/calci/REPT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''REPT'''</font></font></font><font color="#484848...")
(No difference)

Revision as of 21:43, 24 October 2013

 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