Hi. I am new to VB (and coding in general) and I'm wanting to make a check digit generator. To do this I need to take the a user text input and split it into individual digits so that I can then calculate the check digit. I'm just not sure how to do it.
I have some validation in place so the user can only input numeric digits and they are limited to entering only 7 digits.
Any help with this would be greatly appreciated.
Cheers.