VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Two Complete Parsing Functions. Easy to use.

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

Rate Two Complete Parsing Functions. Easy to use.

Download Two Complete Parsing Functions. Easy to use.

Download Two Complete Parsing Functions. Easy to use. (2 KB)

Two Complete Parsing Functions. Easy to use. Comments

No comments have been posted about Two Complete Parsing Functions. Easy to use.. Why not be the first to post a comment about Two Complete Parsing Functions. Easy to use..

Post your comment

Subject:
Message:
0/1000 characters