34,333
edits
Changes
→Searching for a Substring
== Searching for a Substring ==
<google>ADSDAQBOX_FLOW</google>
It is quite common to need to search a string for the occurrence of another string (otherwise known as a ''substring''). To find out if a string contains a particular substring in Visual Basic we use the ''Instr()'' function.