L
libby
Hi
Is there any way of looping through each character in a
text box?
I've got as far as
Dim i as integer
For i = 0 to Textbox1.textlength
next
but I'm not sure how to reference a character in the
textbox.
Thanks
Is there any way of looping through each character in a
text box?
I've got as far as
Dim i as integer
For i = 0 to Textbox1.textlength
next
but I'm not sure how to reference a character in the
textbox.
Thanks