Hi
I have a string String s1 = “IP>10.10.1.1 and IP<10.10.1.10"; String s2 = "10.10.1.7"; how to write a VB script to search my string s2 is in the range of s1. as i am completely new to VB please help me out in solving my problem.