Inside Coldfusion MX
RepeatString (string, count) Description
Creates a new string that contains x number of repetitions of the specified string. Example
<cfoutput> This is a string of 12 dashes: #RepeatString("-", 12)# </cfoutput> |
RepeatString (string, count) Description
Creates a new string that contains x number of repetitions of the specified string. Example
<cfoutput> This is a string of 12 dashes: #RepeatString("-", 12)# </cfoutput> |