Answer, use single quotes around the double quote character.
STRING_PARAM = '"' + "BLAH BLAH BLAH" + '"'
Thanks to Don Anderson over at the PTCUser list for the answer.
Answer, use single quotes around the double quote character.
STRING_PARAM = '"' + "BLAH BLAH BLAH" + '"'
Thanks to Don Anderson over at the PTCUser list for the answer.