VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

How to use VB's InStr with a String

Michael L. Canejo  (28 Submissions)   String Manipulation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

This example I put together teaches you how to use the InStr function with a string. InStr is very important to use because you can get certain information from a String by using it. Example: say a String has your first and last name in it like "Mike Canejo". InStr allows you to get just the last name or first name. First and Last name are just an example. You could do tons of things with Instr. This is very important for a beginner to know trust me. You'll be surprized if you end up using it in your next vb project :)

Inputs
String

Returns
A part of the string after a character specified

Rate How to use VB's InStr with a String (6(6 Vote))

Download How to use VB's InStr with a String

How to use VB's InStr with a String Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters