Forum Moderators: open
How do i dos this in vb script?
thanks
dim src dim file
src = "test" file = src + "_02.htm"
or something like that.
src = "test" file = src & "_02.htm"
I get my scripting languages confused sometimes.