Much better, many thanks. -----Original Message----- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 2:32 PM To: CF-Talk Subject: RE: Creating a string of len(x)
> From: Nathan C. Smith [mailto:[EMAIL PROTECTED] > So I want to create a function to create string of arbitrary > length before I put anything into it (well, printable > characters anyway) > So I'm thinking there must be something better than > Loop 1 to x time > <cfset Thisstring = thisstring+" "> > Loop > And it's probably really obvious, but can somebody shoot me a > clue. (list? > Array of char?) RepeatString(string,count) :-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231295 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

