Don Fri, 21 Jun 2002 08:16:10 -0700
Hi, I'd like to print one or more specific characters many times. For example, let's say I'd like to display the '*' 50 times on one line. Is there a function that will do this? Something like:
? replicate('*',50); Thanks, Don