VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Concatenate strings FAST with this class

by Frank Kusluski (19 Submissions)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

This code demonstrates how to use buffer concatenation via
the Mid Statement for fast string concatenations. Buffer
concatenation is much faster than the widely used "&" to
connect strings and also faster than array concatenation.
Use the supplied class module in your own apps to improve
speed and efficiency.

Inputs
None.
Assumes
None.
Code Returns
None.
Side Effects
None.
API Declarations
None.

Rate Concatenate strings FAST with this class

Download Concatenate strings FAST with this class

Download Concatenate strings FAST with this class (2 KB)

Concatenate strings FAST with this class Comments

No comments have been posted about Concatenate strings FAST with this class. Why not be the first to post a comment about Concatenate strings FAST with this class.

Post your comment

Subject:
Message:
0/1000 characters