' ' Single Quotes
Delimiter
Preferred
3.0
Single quotes are used to surround literal string values within LassoScripts. All string literals should be quoted when used as parameters for Lasso tags or in expressions.Integer and Decimal parameters should not be quoted when used as parameters for Lasso tags or in expressions. 4 is an integer literal, '4' is the string which contains the character 4.In order to embed quotes or other characters within string literals use the following escape sequences.\' - A single quote.\" - A double quote.\r - A carriage return character.\n - A new-line character.\t - A tab character.\\ - A backslash character.
'String Literal'[TagName: 'String Literal']