S > " " (string delimiter)

" " (string delimiter)

Syntax

"text" 

Arguments

text Any text.

Description

String delimiter; when used before and after a string, quotes indicate that the string is a literal—not a variable, numerical value, or other ActionScript element.

Player

Flash 4 or later.

Example

This statement uses quotes to indicate that the string "Prince Edward Island" is a literal string, and not the value of a variable:

province = "Prince Edward Island"

See also

String (object)
String (function)