wrxdriven Posted September 24, 2003 Posted September 24, 2003 I am trying to build a program for my brothers birthday. I am drawing a blank for this procedure for a program i am building. I want the procedure to repeat whatever string he types in as many times as it is characters long. So "Frog" would repeat four times. it will probably print on a console.writeline() Thank you so much cheers Quote
atesh Posted September 24, 2003 Posted September 24, 2003 For x as integer = 1 to Len([i]StringName[/i]) Console.WriteLine([i]StringName[/i]) Next Quote To err is human, to really foul things up requires a computer.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.