> I know this is off subject but does anyone know how you would create one
> variable from two variables, "VarA" and "VarB", and the text string
> "SomeString" in ASP?

<%
Dim newVar
newVar = VarA & VarB & "SomeString"
%>

hth,
Ron
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to