Text property
Text property
Syntax
PROPERTY_NAME = "<Text>"
Argument
PROPERTY_NAME : Name of the property
<Text> : A String . In order to use double quote ( " ) inside Text block then must place a escape character ( \ ) right before double quote symbol .
Example
SCRIPT = "String s = \"a string value\""