hello
I have strings here, ecah stored individually
a = hello
b = bye
c= hi
Label1.text = a
label1.text = b
label1.text = c
it is in the command button sub and i want them to show respectively when the button is clicked like this:
a first, then b, then c.