adding '' around a path
- by sushant
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?