Karl Irvin wrote:[color=blue]
> Is there a function to populate a string with say 50 dashes
>
> Something like
>
> astring = function??("-",50)[/color]
String(50, "-")
You almost answered yourself :-)
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
"Karl Irvin" <88karl3200@com cast.net> wrote in message
news:Y5WdnaNKcb 7K6u_fRVn-2g@comcast.com. ..[color=blue]
>
> Is there a function to populate a string with say 50 dashes
>
> Something like
>
> astring = function??("-",50)
>[/color]
Comment