VB Code:
  1. 'here is a quick VB code i am making up to show you how the [b][vbco[/b][b]de][/vb[/b][b]code][/b] works...
  2. Dim i as Integer
  3.  
  4. For i = 0 To 100
  5. Text1.Text = Text1.Text & Str(i) & vbCrLf
  6. Next i
see what i am talking about?