Hello I'm a little new to VB and needed some help with something.
I'm making a program which will separate a number with three digits, for example, 365 has three digits in it and I need to move the digits from this number to their own labels. Hundreds = 3, Tens = 6, Ones = 5 Now the one catch is I'm trying to do it without "if".
That being said. If their is no way to do it without an if statement then I will have to use one but its where I'm stuck now so if anyone has any ideas, I would be grateful.