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

Reply via email to