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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top