Text property

From Catglobe Wiki
Revision as of 10:49, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(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\""

Back to: Text