How to output a single character several times? (Solved)
Hi,
I need a command that lets me output a single character multiple times, so that I dont need to type that charcater myself over and over again.
I have tried to do this in a loop, but the character was put on a new line everytime and I need every character on the same line.
So with my loop this happend:
a
a
a
a
And I want it to be like:
aaaaaaaa
So want command can I use to achieve what I want?
Thanks for your help.
Regards,
Ben
Last edited by daYz; 09-15-2006 at 02:26 PM.
|