VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A 'Parse' function.

Danny Young  (3 Submissions)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

To split a string into pieces using a certain character as a delimiter. I do not want to get messages saying, "use the Split() function" as this isn't present in VB5.
Example of this is "hello to you", with the delimiter as " ". You'll get back 3 variables, one containing "hello", one containing "to" and one containing "you"

Inputs
The string thats going to be split and the delimiter in which to split it with.

Assumes
Put a button on a form, and leave it as the default name

Returns
An array of parsed words from the string

Rate A 'Parse' function. (19(19 Vote))
A 'Parse' function..bas

A 'Parse' function. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters