|
Forgive me for requesting such an easy task. I'm new to VBasic and need some help on some syntax.
I'd like to compare a string value against another but only makeing sure a fixed number of charaters match the string.
i.e. IP address 123.465.789.1 = 123.456
I just want to make sure the IP address falls into a certain subdomain. I've tried using the StrComp function but it compares the whole string.
TIA for any info.
P.S. It should work with VB 3
|