Concatenating Strings
Written by Eric Smith, Northstar Computer Systems LLC
When concatenating strings or string fragments, use the ampersand (&) character to do it. You can use the addition symbol; however, this has some nasty side effects when one of the strings contains a number. VBScript assumes you want to add the value of the string and not put the string together with another one.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 7/1/1999
|