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