by Jimmy Kelly (7 Submissions)
Category: String Manipulation
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
Allows you to parse strings like those excel spread sheats. Example :
Text1.Text = "Me,You,Us"
MsgBox(Parse(Text1.Text, ",", 1))
Would return "Me"
Inputs
UserObject = Parse ( InputString , Parse character , ParseIndex )
UserObject = ParseLen ( InputString , Parse character )
Assumes
I take NO responsibility for ANY damage.
Code Returns
Parse returns a desired parsed string
ParseLen returns the number of parsable strings
Side Effects
None known
Download Two Complete Parsing Functions. Easy to use. (2 KB)