Add double quotes to text

Hi Everyone,

I want to add double quotes to a string.
For example : var a= abcd.
I want get result as "abcd".
I tried with the following expression """&[a]&""" which is evaluating to "[a]"
Please help to solve the issue.

Regards,
Mani.
 
Top