vb.net. how do you do a for loop to fill empty labels?

J N

New member
for example lest say that a user enters 1,
so lbl1 becomes .1 then a user enters 2 then it checks lbl1 to see if it is empty. if not, it fills lbl2 with the number 2

not sure how to do this
 
Back
Top