Backslash concatination problem

  • Thread starter Thread starter Marina
  • Start date Start date
M

Marina

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
(e-mail address removed)
 
Marina said:
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.
<snip>

I personaly never saw such behavior. Couldn't it be the the variable
was already "\Test", to begin with? Please, post some code.

Regards,

Branco.
 
is not \ a simple escape character?

give more detail about your exact code, sweetheart
 
Back
Top