VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



How to igniore case when searching for a string!

by Baldho (7 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 4th September 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

How to igniore case when searching for a string!

Rate How to igniore case when searching for a string!




    If InStr(1, LCase(Search_in), LCase(Search_for)) <> 0 Then call msgbox("String found!")


Download this snippet    Add to My Saved Code

How to igniore case when searching for a string! Comments

No comments have been posted about How to igniore case when searching for a string!. Why not be the first to post a comment about How to igniore case when searching for a string!.

Post your comment

Subject:
Message:
0/1000 characters