Someone asked how to remove double quotes from a string, but I want to add double quotes to string values, for example:
my name is Adam
"my name is Adam"
What are the options for doing this? Thanks.