StrCat command does not keep quote (" ") marks

  • 7012731
  • 27-Jun-2013
  • 27-Jun-2013

Environment

Novell SecureLogin
NSL7.0.3
StrCat command

Situation

Quote marks are stripped from result in StrCat
How do you get StrCat to include " " marks?

Resolution

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: