Find a String Within another String With Many Options
Category:
String ManipulationType:
SnippetsDifficulty:
IntermediateAuthor:
neophileVersion Compatibility: Visual Basic 6
More information:
Use InStr() to do a find in a string... up or down, case sensitive or insensitive.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: