J
Jonathan Brown
I need to evaluate the context of a textbox to see if it already contains a
period. if it does then exit sub, else do this code.
If me.txtbox.text contains a period then
exit sub
else
code...
end if
Is there some sort of function for this? Something like a
contains(me.txtbox.text,".")
I hope this makes sense.
period. if it does then exit sub, else do this code.
If me.txtbox.text contains a period then
exit sub
else
code...
end if
Is there some sort of function for this? Something like a
contains(me.txtbox.text,".")
I hope this makes sense.