adding '' around a path
Posted
by sushant
on Stack Overflow
See other posts from Stack Overflow
or by sushant
Published on 2010-05-31T09:19:20Z
Indexed on
2010/05/31
9:22 UTC
Read the original article
Hit count: 329
vbscript
hi, its a very basic question, i dunno why i am not able to configure it out.
lets say this is the code:
a="xyz"
g="abcd " & a
so now the value of g = abcd xyz
i want quotes around xyz i.e g should be abcd "xyz"
how to do it?
© Stack Overflow or respective owner