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 DeclarationsNone.