VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Concatenate strings FAST with this class

Frank Kusluski  (19 Submissions)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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.

Returns
None.

Side Effects
None.

API Declarations
None.

Rate Concatenate strings FAST with this class (10(10 Vote))

Download Concatenate strings FAST with this class

Concatenate strings FAST with this class Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters