I have a text scroller which I wish to randomly change the text in. As you can see I have two text strings in two variables. I wish to randomly select one or the other and place in the Scroll1.Caption. I can't seem to figure out how to do this. Please help!
VB Code:
Dim scrolltext0 As String Dim scrolltext1 As String scrolltext0 = "Down by the pond" scrolltext1 = "Over by the tree" Scroll1.Caption = scrolltext Scroll1.Interval = 0.5




Reply With Quote