Numbered Steps to Reproduce Problem:
1. Create a skin window control. Name it Test.
2. Place a label pane within it and name it "Title".
3. Place the code snippet below in the Login() proc.
Code Snippet (if applicable) to Reproduce Problem:
winset(src, "Test.Title","text = 'Let\'s get started!'")
Expected Results:Ideally, the \ would permit the apostrophe to be passed without closing out the string.
Actual Results: "Let" winds up being the only text passed through for that parameter.
Workarounds:To simply write out the ASCII for every text string.