ok lets say i have a list of objects that i want to put in lets say the list look like this.

hello
bye
yay
lol
john

although lets say the first one had to go into a the textbox after 1 second and the 2 had to go in after 3 second and the thrid after 2 seconds, and so on....

is there i way i can do something like

textbox1.text = "hello"
delay 2 sec
textbox1.text = "bye"
delay 3 sec
textbox1.text = "yay"

thank you for your time/help