Line 4 sets STARS$ to an empty string. It's not necessary because line 5 just sets it to some number of stars. Your name gets repeated like that because the PRINT statement is in a FOR-NEXT loop that repeats 200 times.