<div dir="ltr"><div>If I'm wanting to pass my variable with double quotes included, why does processing not like this?</div><div><br></div><div>aa=somedata</div><div><br></div><div>ab="\"aa\""</div><div><br></div><div>This simply returns literally  "aa"</div><div><br></div><div>How do I get it to show   "somedata"?</div><div><br></div><div>This doesn't work either    ab="\"{aa\""   or   ab="\"<aa\""</div><div><br></div><div>thanks</div><div><br></div><div>Scott</div><div><br></div></div>