Optimize string handling in Visual Basic 6.0 - Part III
VB6 functions in this article: Asc, AscW, Chr$, ChrW$, Left$, Mid$, Right$. Left$, Mid$ and Right$ Functions Left$, Mid$ and Right$ are essential in string processing. If you've read Part I of this article, you already know that the string versions ($) of...