Re: VB Strings
A string is a data type consisting of a series of characters. While we treat it as a simple data parameter, it is in reality closely related to an array. In fact, some other languages (such as C++), force the developer to manipulate strings as if they were arrays. In VB, strings are treated as a variable, the same way an integer, for example, would be treated.
----------------------
Sally
drivenwide
|