Hello,

In REXX, I can create a specified number (92 in this example) of hyphens like this:

COPIES('-',92)

Is there an equivalent function in VB ?

Thanks...