May 20, 2002 #1 MajorTechie Programmer Joined Mar 20, 2002 Messages 30 Location CA Is there an equivalent to IndexOf in VBScript? I'm trying to validate an email and I'm a little rusty in my coding. Thanks!
Is there an equivalent to IndexOf in VBScript? I'm trying to validate an email and I'm a little rusty in my coding. Thanks!
May 20, 2002 Thread starter #2 MajorTechie Programmer Joined Mar 20, 2002 Messages 30 Location CA Ooh, I answered my own question... variable = InStr(StringToBeChecked, "@" Upvote 0 Downvote