Hey all. How can I use INSTR to find out if a string starts at the beginning of another string...
for example if it were to search for "http://" in "http://www.blah.com" it would find it, however if it were to search "blahhttp://www.com" it would not find it since it's not at the beginning.
I would like to use it in an if statement.. If not found then blah end if
I'm sure this is easy and I'm just missing something, please help! Thanks in advance![]()





Reply With Quote