Syntax
| Dim v As New StringClass
|
---|---|
Description
| A special type of a string variable , which operates as a class. This type of string is especially designed for high performance string handling, like concatation. Also, it allows string manipulation without the need of addional helper string variables.
|
See Also
| StringClass object
|
Example
|
|