
Join two value into one variable
On Sun, 21 Jan 2001 17:23:23 GMT impersonator of "~~~i LeoNid~~"
microsoft.public.scripting.vbscript:
Quote:
>On Sun, 21 Jan 2001 16:47:42 GMT impersonator of "Jason Hadrava"
>microsoft.public.scripting.vbscript:
>>Is there a way to join two string values into one variable similar to what
>>happens in javascript? I have a strArg variable which is a number 1-12. I
>>want to do the following:
>>projNumber = "Project" + strArg
>>Is there a way to do this in vbscript?
>The same - "+", or (better) - "&"
Oops. Missed the point that this was about NUMBER. (as explained in
another response here:-( Sorry. Leonid.