Link to home
Start Free TrialLog in
Avatar of bramsquad
bramsquadFlag for United States of America

asked on

really easy question

i remember there being a function......but i cant remember the name of it which returns N iterations of a character to create a string

for example

UnknownFunction(5, "X")

would return

"XXXXX"

thanks,

~b
Avatar of bramsquad
bramsquad
Flag of United States of America image

ASKER

just for clarification:

im more worried about that it exists and the name of it (rather than having a function that can do this)......becuase i know i could write the function in a couple lines of code.

Avatar of bkthompson2112
bkthompson2112

msgbox string(5,"x")
that's for VB6.  I'll check .NET
.NET is even better, but ill give you the pts if you dont find it
ASKER CERTIFIED SOLUTION
Avatar of bkthompson2112
bkthompson2112

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
brilliant
Glad I could help.

Thanks for the 'A' :)