VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Two Complete Parsing Functions. Easy to use.

Jimmy Kelly  (7 Submissions)   String Manipulation   Visual Basic 5.0   Beginner   Wed 3rd February 2021

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.

Returns
Parse returns a desired parsed string ParseLen returns the number of parsable strings

Side Effects
None known

Rate Two Complete Parsing Functions. Easy to use. (2(2 Vote))

Download Two Complete Parsing Functions. Easy to use.

Two Complete Parsing Functions. Easy to use. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters