Wednesday, January 26, 2011

Programming 2 /* how to join a string to another string */

String Concatenation
Two strings can be combined to form a new string consisting of the strings joined together. It is represented by an ampersand (&).
Dim Google, BackInTime, HotTubTimeMachine as String
Google = "Lougle"  
BackInTime = " is a better name."  
HotTubTimeMachine = Google & BackInTime  

2 comments:

Classes

Programming II

Advanced Relational Database

Followers