Manuals/calci/REPT

From ZCubes Wiki
Revision as of 21:43, 24 October 2013 by MassBot1 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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