eg: letter: a, number: 5, output: aaaaa
how can i do that? when i run my program, it only shows one 'a'. //assuming i entered a.
thanks!
here's a piece of the program:
Dim counter% = 0 Do stroutput += strletter counter += 1 txtletter.Text = stroutput Loop Until counter < intnum

New Topic/Question
Reply




MultiQuote



|