S
seeker4
I am trying to convert a zero length string to an
integer. When I use cint(string) I receive a type
mismatch error. How can this be done? I am needing to
sum values in text boxes and some of them have no value.
I have tried textbox.text but then an error is given that
I cannot use a method unless the control has focus. Any
suggestions?
seeker4
integer. When I use cint(string) I receive a type
mismatch error. How can this be done? I am needing to
sum values in text boxes and some of them have no value.
I have tried textbox.text but then an error is given that
I cannot use a method unless the control has focus. Any
suggestions?
seeker4