I have a textbox1 that accepts Number digits only.
I want to take the value of textbox1 and separate the even and odd digits.
For Example:
Textbox1.value is 1000107113646084
Even digits numbers are 00013404
Odd digits numbers are 10171668
How would I go about doing that?
Thanks for taking a look!
I want to take the value of textbox1 and separate the even and odd digits.
For Example:
Textbox1.value is 1000107113646084
Even digits numbers are 00013404
Odd digits numbers are 10171668
How would I go about doing that?
Thanks for taking a look!
Last edited: