Insert one charactor multiple times in VI

Hi Gurus,

I forgot the command which can insert one character multiple times. for example: I need 50 "#"
#############...

I used the command before, it is very convenient.

anybody can help this.

thanks in advance.

Try:

50a#<ESC>

or

50i#<ESC>