Hi Everyone:
I know that I can repeat a single character using the StrDup function. Is
there a function that will allow me to repeat a string? StrDup(5,"John" )
returns "JJJJJ." Is there a function (or workaround) that will
return"JohnJohn JohnJohnJohn"?
Thanks in advance.
John
--
John L. Whelan
College Librarian
College of the North Atlantic
Grand Falls-Windsor, NL
I know that I can repeat a single character using the StrDup function. Is
there a function that will allow me to repeat a string? StrDup(5,"John" )
returns "JJJJJ." Is there a function (or workaround) that will
return"JohnJohn JohnJohnJohn"?
Thanks in advance.
John
--
John L. Whelan
College Librarian
College of the North Atlantic
Grand Falls-Windsor, NL
Comment