G
Guest
I would like to interate through each character in textboxcontrol.text.
However, I'm having trouble accomplishing this.
If I assign the value of a text property to a string variable and then do
strVar.Length I'm not getting the value I expect for the length. When I try
for strVar(1), it says strVar is not an array.
How do I evaluate each character in textboxcontrol.text? This is probably
vary simple but I must be overlooking something.
However, I'm having trouble accomplishing this.
If I assign the value of a text property to a string variable and then do
strVar.Length I'm not getting the value I expect for the length. When I try
for strVar(1), it says strVar is not an array.
How do I evaluate each character in textboxcontrol.text? This is probably
vary simple but I must be overlooking something.