Hello,
how can i build a new form that receives a text in a textbox and then displays the 5th and 10th characters of that text without using strings.(ex. if I entered in the first textbox 0123456789, after clicking the button it should shows in the other textbox the following numbers 4 9. (i know how to do it using strings, is there a way to do it without using a strings???!!!)
thank you
how can i build a new form that receives a text in a textbox and then displays the 5th and 10th characters of that text without using strings.(ex. if I entered in the first textbox 0123456789, after clicking the button it should shows in the other textbox the following numbers 4 9. (i know how to do it using strings, is there a way to do it without using a strings???!!!)
thank you