Thread: VB Strings
View Single Post
  #4 (permalink)  
Old 09-25-2008, 02:27 AM
sallreen sallreen is offline
Newbie
 
Join Date: Sep 2008
Posts: 1
Credits: 0
Rep Power: 0
sallreen is on a distinguished road
Default 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
Reply With Quote