<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>REPEATSTRING</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="Description">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">REPEATSTRING</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Description</span>
<p>
Creates a string that contains a specified number of repetitions of the specified string. 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Returns</span>
<p>
A string.
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Category</span>
<p>
String functions
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Function syntax</span><pre>RepeatString(string, count)
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">See also</span>
<p>
CJustify, LJustify, RJustify
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Parameters</span>
<p>

</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Example</span><pre>&lt;h3&gt;RepeatString Example&lt;/h3&gt;
&lt;p&gt;RepeatString returns a string created from &lt;I&gt;string&lt;/I&gt;, repeated 
a specified number of times.
&lt;ul&gt;
   &lt;li&gt;RepeatString(&quot;-&quot;, 10): &lt;cfoutput&gt;#RepeatString(&quot;-&quot;, 10)#&lt;/cfoutput&gt;
   &lt;li&gt;RepeatString(&quot;&amp;lt;BR&amp;gt;&quot;, 3): &lt;cfoutput&gt;#RepeatString(&quot;&lt;br&gt;&quot;, 3)#
&lt;/cfoutput&gt;
   &lt;li&gt;RepeatString(&quot;&quot;, 5): &lt;cfoutput&gt;#RepeatString(&quot;&quot;, 5)#&lt;/cfoutput&gt;
   &lt;li&gt;RepeatString(&quot;abc&quot;, 0): &lt;cfoutput&gt;#RepeatString(&quot;abc&quot;, 0)#&lt;/cfoutput&gt;
   &lt;li&gt;RepeatString(&quot;Lorem Ipsum&quot;, 2): 
    &lt;cfoutput&gt;#RepeatString(&quot;Lorem Ipsum&quot;, 2)#&lt;/cfoutput&gt;
&lt;/ul&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="STRING">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">STRING</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>


<p>A string or a variable that contains one. </p>

  </td>
  </tr>
  </table>
</div>
<div id="COUNT">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">COUNT</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>


<p>Number of repeats.</p>

  </td>
  </tr>
  </table>
</div>

  </body>
</html>
