Quote marks are stripped from result in StrCatHow do you get StrCat to include " " marks?
Place a backslash ( \ ) in front of the quote mark. The backslash serves as an escape character. For example:
StrCat ?Result "\"I need this in quotes\"" "$Username"
MessageBox ?Result
Screen shot of resulting message box when $Username is testuser: