Join Function for VB5 and below
Category:
String ManipulationType:
SnippetsDifficulty:
BeginningAuthor:
Intelligent Solutions Inc.Version Compatibility:
More information:
This function allows you to implement the functionality of VB 6's join function in VB5 and below. Join takes a string array and a delimiter as a parameter, and returns a string consisting of each element of the array joined by the delimiter.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: