Text property

From Catglobe Wiki
Revision as of 11:12, 20 December 2011 by Cg pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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\""