this code is in the timer

max = max + 1
Text1.text = mid("blah", 1, max)
If max = 20 then Timer5.Enabled = false



Problem is that when timer being enabled, it just types in one first letter..."b" and stops, when it should keep on typing in whole word "blah"
I tried to remove If max = 20 Then Timer5.Enabled = False, still no effect....Please help

Thank You