VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Code Snippet for VB's Split() Function

Rocky Clark (Kath-Rock Software)  (12 Submissions)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This is a one line code snippet to extract any section of a string using the Split() function. You can actually return the indexed section right in the same line as the Split() without having to assign the Split() to an array.

Rate Code Snippet for VB's Split() Function (27(27 Vote))
Code Snippet for VB's Split() Function.bas

Code Snippet for VB's Split() Function Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters