Dim As Double d = 0 Dim As String s = "", x = Right(Str(0/d),3) For i As Integer = 1 To 8 s += x Next i Print Left(s, 23); " Batman!" Sleep