Hi,
I'm trying to concat: "\" & variable, where variable is some string,
but VB is making it to be "\\variable ".
for example if variable is "Test", vb is making it to be "\\Test"
instead of "\Test".
I've tried almost everything.
Does anyone has an idea.
Thanks a lot, Marina
marina@nogacom. com
I'm trying to concat: "\" & variable, where variable is some string,
but VB is making it to be "\\variable ".
for example if variable is "Test", vb is making it to be "\\Test"
instead of "\Test".
I've tried almost everything.
Does anyone has an idea.
Thanks a lot, Marina
marina@nogacom. com
Comment