Creates a string that contains a specified number of
 repetitions of the specified string.
					
					repeatString(String, count)
					
						→ returns string
					
				
getVal = repeatString("ColdFusion ", 3); 
 writeDump(getVal);Expected Result: Expected Result: ColdFusion ColdFusion ColdFusion
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.