Hmm, this is getting there. One more issue has cropped up though.
If you try using the same destination text box (DestText) more than once, the text gets displayed immediately instead of being typed out. Most likely because you haven't told the count to reset, so it stays at whatever value it ended at.
How do you reset the value of "len(DestText.text)" though.