Hi all, i have string "super" May i know is there a function in vb where i can repeat the string like using the below code and return "supersupersuper" Thanks

Code:
StrDup(3, "super")