Microsoft Small Basic

Program Listing: WQS137
B = Controls.AddTextBox(0,0)
Program.Delay(5000)
A = Controls.GetTextBoxText(B)
Sound.PlayAndWait(A)