> 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:231293 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

