Hi!

VB Code:
  1. text1.text = "world"
  2. text1.text = text1.text + "hello"

that would give you "world hello" in the text box, but is it possible to insert text into text box anwhere so that you could rearange it as "hello world"?